Author Topic: Ctrl + V game.  (Read 568819 times)








"A bullet hit one of the Japanese men in the back of the leg. Flesh and blood splattered everywhere."

Ugghh...  I'm trying to drink a thick protein shake. I'm feeling sick. Talk me through this.


In the old world order, is gay hamster named Skippy.
Skippy number of other gay hamsters. He also received a pudding.
When you arrive at your seat and sad. L '
decided that the hands and dispose of the wall.
Revenue is quite strange, but still the decision
anyway. One person came from Australia and is in the room,
the separation of gay hamsters and hamsters
so angry that there is a restaurant across the street and
food. He received food and remove l '
Body, and then dotrči kitchen and take all
Knives and rotating around the earth, and
Caught fire and it's fun, and to return to their homes, and
Doze off oven.



function PNG_loader() {
   for(var i=0; i<document.images.length; i++) {

      var img = document.images;
      var imgName = img.src.toUpperCase();
      if (imgName.substring(imgName.length-3, imgName.length) == "PNG") {
         var imgID = (img.id) ? "id='" + img.id + "' " : "";
         var imgClass = (img.className) ? "class='" + img.className + "' " : "";
         var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' ";
         var imgStyle = "display:inline-block;" + img.style.cssText;
         if (img.align == "left") imgStyle += "float:left;";
         if (img.align == "right") imgStyle += "float:right;";
         if (img.parentElement.href) imgStyle += "cursor:hand;";
         var strNewHTML = "<span " + imgID + imgClass + imgTitle
            + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
            + "filter:progid:DXImageTransform.Microsoft.Al phaImageLoader"
            + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>";
         img.outerHTML = strNewHTML;
         i--;
      }
   }
}
window.attachEvent("onload", PNG_loader);



Some JavaScript to allow Internet Explorer to render PNG transparency.