var arnews = new Array(4); totcount = 4; rnd = 0; document.write("
| ");
document.write("Internet and real life "); document.write("Updated : Thu, 02 Sep 2010 05:45:09 +0000 "); document.write(" "); document.title=document.title+ " - Internet and real life"; document.title=document.title+ " "; arnews[0]="Facebook Dislike Button Is Fake [WARNING] "; arnews[0] += "A new Facebook scam is circulating which attempts to get users to install the non-existent Facebook ..."; arnews[0] += " Publ.Date : Thu, 19 Aug 2010 14:34:00 +0000"; arnews[0] += " "; arnews[1]="Amazon Releases Kindle App for Android Phones "; arnews[1] += "My Droid never ceases to amaze me and this gets me super pumped!Amazon is quickly expanding the reac..."; arnews[1] += " Publ.Date : Tue, 06 Jul 2010 15:34:00 +0000"; arnews[1] += " "; arnews[2]="A Site for the Videos You Don’t Want Everyone to See "; arnews[2] += "Some people post videos to YouTube and Facebook with the hope that everyone will see them. But for m..."; arnews[2] += " Publ.Date : Tue, 15 Jun 2010 15:44:00 +0000"; arnews[2] += " "; arnews[3]="The Butterfly Effect "; arnews[3] += "Can the simple flutter of a butterfly’s wings change the world forever? If you’re a believer in..."; arnews[3] += " Publ.Date : Fri, 11 Jun 2010 15:55:00 +0000"; arnews[3] += " "; totcount = 4; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); } document.write(" |