var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CPM a " Does it makes any sense any more?
";
arnews[0] += "CPM - \" Does it makes any sense any more? CPM has been and always will be the most commonly used mechanism for advertisers to generate brand awareness albeit in different forms.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:19:00 GMT";
arnews[0] += "
";
arnews[1]="a Jay Leno Showa comes to an end
";
arnews[1] += "Tonight, Jay Leno said farewell to his short-lived 'Jay Leno Show' with all the momentousness of a guy taking out the trash.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:21:19 GMT";
arnews[1] += "
";
arnews[2]="Police Beat
";
arnews[2] += "What happens when you put copper wire in a microwave oven? Whoever ripped off Edgewater High School on Edgewater Drive may be finding out at this moment, because they took 10 rolls of the stuff and the employees' microwave.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:53:17 GMT";
arnews[2] += "
";
arnews[3]="Jay Leno Gets His Punk'd Ass Out of Prime-Time
";
arnews[3] += "And just like that, the great Jay - Leno -at-10 experiment is over. The beleaguered funnyman on Tuesday presided over the final episode of The Jay Leno Show - which, as it turned out, was just part of a really elaborate punk orchestrated by guest Ashton Kutcher .";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:43:26 GMT";
arnews[3] += "
";
arnews[4]="Young Forev... - Jay-z / Mr. Hud...
";
arnews[4] += "Embodying the rags-to-riches rap dream, Jay-Z pulled himself up by his bootstraps as a youth to eventually become the reigning rapper of New York City and, in turn, a major-label executive following his short-lived retirement from music-making. In the wake of his 1996 debut, Reasonable Doubt, Jay-Z's albums sold millions upon millions with each ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:07:17 GMT";
arnews[4] += "
";
arnews[5]="As a 'We Are the World' remake debuts, we look back at charity singles
";
arnews[5] += "From Band Aid to USA for Africa, pop stars are a charitable bunch and have been known to gather en masse when there's a worthwhile cause to rally behind.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:00: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("