var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pink Friday® is the New Black for Holiday Shopping - Yahoo Finance
";
arnews[0] += "... percent off list price. The full proceeds from the sales will go directly to Komen. Sponsors of the Webcast include Intel, AMD, Lenovo, Logitech, I-INC, Canon, CA, Toshiba, TRENDnet, Garmin, Targus, Ultra, Samsung and Sony. “Pink Friday ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:32:00 GMT";
arnews[0] += "
";
arnews[1]="Innovations unlimited: IPL go for four fielding substitutes, pink ball - Cricket Nirvana
";
arnews[1] += "New Delhi: Indian Premier League is fast becoming a premier laboratory for cricketing experiments. This time it has come with some more innovations — two new teams, four fielding substitutes instead of the lone 12th man, pink balls in practice ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 13:09:00 GMT";
arnews[1] += "
";
arnews[2]="Pink slips as far as eye can see in D.C. - WND.com
";
arnews[2] += "The total number of \"pink slips\" being dispatched to Congress warning members to rein in their spend-and-tax programs of government expansion has reached 7 million. That's up 2 million in just the last few days, ever since several members of Congress ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:14:00 GMT";
arnews[2] += "
";
arnews[3]="MMDA to enforce ‘pink line’ - Manila Bulleting Online
";
arnews[3] += "At least 14 parking enforcement teams will be sent by the Metropolitan Manila Development Authority (MMDA) throughout the metropolis to enforce the implementation of parking policies to ensure sidewalks are free of obstructions. Onboard Isuzu multi ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:52:00 GMT";
arnews[3] += "
";
arnews[4]="Street Scenes: Booze, a man, a pink child's bike don't mix - Eau Claire Leader-Telegram
";
arnews[4] += "Some things just don't pass the smell test. An Eau Claire police officer on patrol recently saw a man pushing a pink bicycle on Lake Street. What struck the officer was the man pushing the bicycle was 6 feet tall, while the bicycle was the size ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:08:00 GMT";
arnews[4] += "
";
totcount = 5;
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("