var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Martha Stewart: Sarah Palin is Dangerous - Advocate
";
arnews[0] += "Martha Stewart had some harsh words to say about Sarah Palin while talking to the press outside a charity event earlier this week in New York City. \"She's dangerous,\" Stewart said. \"She speaks... she's so confused, and anyone like that in government ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:08:00 GMT";
arnews[0] += "
";
arnews[1]="Vote: Is Martha Stewart or Rachael Ray the Better Cook? - Celebrity Justice
";
arnews[1] += "There is noting ms can do that is anywhere close to RR. RR is so much better of a cook for the everday person and she knows how to talk to people. MS thinks she is better than anyone else, she treats her worker and others like they are stupid.Why she ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:59:00 GMT";
arnews[1] += "
";
arnews[2]="Sarah Palin Now Pissing Off Everyone : Fans Boo Her, Martha Stewart ... - Gawker
";
arnews[2] += "Not exaggerating. Martha Stewart got asked by CNN why Sarah Palin's polarizing. Martha calls her \"boring,\" \"confused,\" \"a dangerous person,\" and a \"real problem.\" The best is when Martha throws down on a patronizing \"good for her\" when told about her ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:33:00 GMT";
arnews[2] += "
";
arnews[3]="Martha Stewart Says Sarah Palin Is 'A Dangerous Person' - News Busters
";
arnews[3] += "Martha Stewart on Friday said former Alaska Governor Sarah Palin is \" a dangerous person ,\" and \" anyone like that in government is a real problem .\" Speaking with HLN's \"Showbiz Tonight\" producer Jenny D'Attoma, Stewart also said Palin is \" very ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:47:00 GMT";
arnews[3] += "
";
arnews[4]="Martha Stewart: Palin is a ‘dangerous person, ‘I wouldn’t watch ... - Raw Story
";
arnews[4] += "During a Saturday broadcast, lifestyle television diva Martha Stewart panned former lawmaker Sarah Palin, calling her a \"dangerous person\" who Stewart \"wouldn't watch... if you paid me.\" Speaking to CNN, the host of Martha Stewart Living said Palin ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:38:00 GMT";
arnews[4] += "
";
arnews[5]="Martha Stewart - People
";
arnews[5] += "What do you get when you bring domestic doyenne Martha Stewart and queen of quick meals Rachael Ray together? A lot of dishy conversation – but no actual food. At least that's what happened when Stewart made her first ever appearance on the Rachael ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 15:36:00 GMT";
arnews[5] += "
";
arnews[6]="Sioux Falls products on Martha Stewart - Argus Leader
";
arnews[6] += "A Sioux Falls company's products will be featured Friday on the \"Martha Stewart Show.\" Spark Stationery's passport-themed save-the-date card will be part of the hourlong show dedicated to planning and perfecting an out-of-town or destination wedding ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 07:56:00 GMT";
arnews[6] += "
";
arnews[7]="Martha Stewart Recipes Disaster! - Post Chronicle
";
arnews[7] += "Rachael Ray visited The Martha Stewart Show, following Martha Stewart's appearance on The Rachael Ray Show the previous day. Martha Stewart, 67, has admittedly been around a lot longer than her high energy television rival, 41, and so may have a ...";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 22:16:00 GMT";
arnews[7] += "
";
arnews[8]="SADIF Analytics releases new summary due diligence report for Martha ... - PR Inside
";
arnews[8] += "2009-11-19 16:43:12 - SADIF-Investment Analytics has applied its StockMarks™ stock-rating system to Martha Stewart Living Omnimedia, Inc. and produced a report, rating the company's attractiveness to long-term investors. Ilhavo, Portugal – 19/11 ...";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 15:43:00 GMT";
arnews[8] += "
";
totcount = 9;
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("