var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Do Not Disturb: The Set is Up
"; arnews[0] += "Hey everyone! In case you haven't read my first two posts about Do Not Disturb , I'm a simple little online journalist who nearly 2 months ago now decided to make a film herself."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 07:30:00 GMT"; arnews[0] += "
"; arnews[1]="House
"; arnews[1] += "After House's medical license is reinstated, he reclaims his role as Head of Diagnostics in time to treat Hank Hardwick , an adult film star admitted to Princeton Plainsboro for pulsating eye pain."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 11:34:07 GMT"; arnews[1] += "
"; arnews[2]="Mali to the Movies: Do Not Distrub Part 2
"; arnews[2] += "Had a production meeting with all our DPs, Directors, Producers, Sound and AD this weekend."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:25:49 GMT"; arnews[2] += "
"; arnews[3]="'House' Watch: Things Get Blue in Plainsboro
"; arnews[3] += "This post contains spoilers and descriptions you might not want to read over breakfast."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 13:03:56 GMT"; arnews[3] += "
"; arnews[4]="Heather Locklear, Melrose Place, Adam Rodriguez, Ugly Betty
"; arnews[4] += "Gossip Girl Blair calls in a favor to arrange a private concert with Lady Gaga, who performs in the episode."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 04:48:41 GMT"; arnews[4] += "
"; arnews[5]="November Sweeps Roundup: Nov. 16-22
"; arnews[5] += "Gossip Girl Blair calls in a favor to arrange a private concert with Lady Gaga, who performs in the episode."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 01:35:00 GMT"; arnews[5] += "
"; totcount = 6; 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]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");