<!-- Start of Status Blinker --> <!-- This will put a blinking status bar message in your webpage. Important: There are two parts to this script, one goes in between the HEAD tags and one goes in the BODY tag. --> <script> var yourwords = "Javakhafan.7p.com"; var speed = 300; var control = 1; function flash() { if (control == 1) { window.status=yourwords; control=0; } else { window.status=""; control=1; } setTimeout("flash()",speed); } </script> <!--You can control the speed of the flashing in this script. You just need to change the speed number 300. Bigger the number the slower it goes.--> <!-- From this part on up goes in between the HEAD tags --> <body onLoad="flash()"> <!-- End of Status Blinker -->
<!-- START CODE Powered javascript code by WWW.javakhafan.7p.COM--> <meta http-equiv="Content-Language" content="en-us"> <SCRIPT language=JavaScript> <!-- Begin function shake(n) { if (parent.moveBy) { for (i = 10; i > 0; i--) { for (j = n; j > 0; j--) { parent.moveBy(-i,0); parent.moveBy(0,-i); parent.moveBy(-i,0); parent.moveBy(0,i); parent.moveBy(i,0); parent.moveBy(0,-i); parent.moveBy(-i,0); parent.moveBy(0,i); parent.moveBy(i,0); parent.moveBy(0,-i); parent.moveBy(-i,0); parent.moveBy(0,-i); parent.moveBy(i,0); parent.moveBy(0,i); parent.moveBy(i,0); parent.moveBy(0,i); } } } } // End --> <!-- shake(1); //--> </SCRIPT> <!-- END CODE Powered javascript code by WWW.javakhafan.7p.COM-->
<!-- START OF Window Auto Maximize DHTML --> <!-- SUMMARY BRIEF This code will automatically maximize the browser window when the page is loaded. --> <!-- Put this code inside of your <HEAD> tag. --> <script language="JavaScript1.2"> <!-- top.window.moveTo(0,0); if (document.all) { top.window.resizeTo(screen.availWidth,screen.availHeight); } else if (document.layers||document.getElementById) { if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){ top.window.outerHeight = screen.availHeight; top.window.outerWidth = screen.availWidth; } } //--> </script> <!-- END OF Window Auto Maximize DHTML -->
مجموعه 2
مجموعه 4
مجموعه5
مجموعه6
مجموعه7
مجموعه8
Copyright 2006 Iranpc.20m! Inc.All rights reserve