var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jensen Ackles and Danneel Harris @ 2010 Northern Trust Open
";
arnews[0] += "Source 1 and 2 I know it's not the popular opinion in Supernatural fandom and what have you, but I like Danneel.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:50:41 GMT";
arnews[0] += "
";
arnews[1]="My FB doppelganger...my...self?
";
arnews[1] += "About a week ago, I noticed that many of my friends on Facebook had changed their profile pictures to images depicting various celebriti es.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 03:41:23 GMT";
arnews[1] += "
";
arnews[2]="G-7 ministers are pawns in warming Arctic
";
arnews[2] += "This Canadian Arctic capital has no stop lights and didn't start naming its streets until a decade ago.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 21:08:42 GMT";
arnews[2] += "
";
arnews[3]="India-themed comedies the new TV trend
";
arnews[3] += "They are the two comeback stories of this pilot season, projects developed years ago that have been resurrected and have landed orders at the broadcast networks.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 13:27:00 GMT";
arnews[3] += "
";
arnews[4]="India-themed comedies emerge as new TV trend
";
arnews[4] += "They are the two comeback stories of this pilot season, projects developed years ago that have been resurrected and have landed orders at the broadcast networks.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 11:53:01 GMT";
arnews[4] += "
";
arnews[5]="TV's Latest Trend: Shows About Indian-Americans
";
arnews[5] += "The Hollywood Reporter has noticed a trend in funny TV - people are getting more Indian.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 07:04:57 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("