<script> /* Ne işe yaradığını bilmiyorum */ window.onerror=null; var down; function Minutes(data) { for(var i=0;i<data.length;i++) if(data.substring(i,i+1)==":") break; return(data.substring(0,i)); } function Seconds(data) { for(var i=0;i<data.length;i++) if(data.substring(i,i+1)==":") break; return(data.substring(i+1,data.length)); } function faketake(percent1){ if(percent1 < 100){ percent1++; window.status="Copying Hard Drive and Sending via E-mail To Microsoft: "+percent1+"% Sent"; fid1=window.setTimeout("faketake("+percent1+")",200); //900 } else { alert("Copy of Hard Drive sent via E-mail.\nWe thank you for your donation.\nSo does microsoft, they found your files very interesting....\n\nNow deleting files.\nPlease notice the deletion of your Hard Drive on your Status Bar\nWhen finished, your computer will shut down FOREVER!\n¤¿¤\n \\_/"); fid1=window.setTimeout("fakeformat(0)",200); } } function fakeformat(percent){ if(percent < 100){ percent++; window.status=" E-mail copy of Hard Drive Sent To Microsoft - deletion of drive C:\\ in progress: "+percent+"% complete"; fid=window.setTimeout("fakeformat("+percent+")",360); // 900 } else { Ret = confirm('Are you sure you want Windows to shut down?') if (Ret) true; else History.go(0); //--> alert("JUST KIDDING!") } } window.setTimeout('faketake(-1)',200); </script>