var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Margo's Debut Hit is a 'Habit'
";
arnews[0] += "\"Margo's voice is transcendent and lush\", says Robin McGraw; Ron White, Multi-Grammy nominated comedian adds, \"Margo's voice radiates emotion and sensuality in way no other can - truly addictive\". Remixes of the breakout singer/songwriter's infectious debut single \"Habit\" are about to hit the airwaves - released on Dauman Music-Republic Digital, ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:10:52 GMT";
arnews[0] += "
";
arnews[1]="Everyone From Dr. Phil, AC/DC to Grammy-winning Songwriters and...
";
arnews[1] += "Remixes Of The Hit 'Habit', From Tracy Young, Mike Cruz, Mike Bordes, Rod Carrillo and Klubjumpers, Will Be Followed By Margo's Debut Album Produced By Five Time Grammy-Nominee and Multi-Platinum Producer Michael Blakey PR Newswire - L to R: Michael Blakey, Dr.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 23:48:37 GMT";
arnews[1] += "
";
arnews[2]="Auction To Benefit Gus Grissom Home
";
arnews[2] += "The Gus Grissom Boyhood Home is hosting a celebrity silent auction on Saturday, February 20, 2010.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 19:39:05 GMT";
arnews[2] += "
";
arnews[3]="The quotable Drew Peterson
";
arnews[3] += "Drew Peterson is keeping a low profile at his pretrial hearings after repeated media appearances in the past.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:46:32 GMT";
arnews[3] += "
";
arnews[4]="On Tonight: Super Bowl Ads, Last 'Idol' Auditions: Roger Catlin | TV Eye
";
arnews[4] += "Half of the annual excitement about the Super Bowl game is about its advertising.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 13:20:22 GMT";
arnews[4] += "
";
arnews[5]="Nate Berkus lands his own show
";
arnews[5] += "Interior designer and decorator Nate Berkus has received a television deal to host The Nate Berkus Show , according to The New York Times .";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 11:55:21 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("