var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Doodle Bra idea is write-on for teen inventor
";
arnews[0] += "The Doodle Bra has turned into a booming business for teenage inventor Rachel Segal and her family.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:11:57 GMT";
arnews[0] += "
";
arnews[1]="Elisabeth Hasselbeck on 'Hannity'
";
arnews[1] += "Elisabeth Hasselbeck says liberal women are a 'protected breed' and conservative women are 'becoming extinct' This is a rush transcript from \"Hannity,\" November 19, 2009.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:18:36 GMT";
arnews[1] += "
";
arnews[2]="Nation to 'View' local girl's Doodle Bra
";
arnews[2] += "The Ashland High School student who invented the Doodle Bra will appear today on the ABC talk show, \"The View,\" to talk about her invention.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:37:43 GMT";
arnews[2] += "
";
arnews[3]="Hasselbeck on KSM "They Chucked Some Water on Him"--Hannity "I'm Glad We Waterboarded Him"
";
arnews[3] += "Anyone want to take bets on what the collective IQ of this pair is? Sean Hannity brings in The View's Elisabeth Hasselbeck to do a bit of concern trolling for Sarah-Barracuda and that mean old \"librul\" media that just \"hates\" conservative women and the conversation turns to a bit of fear mongering over the trial of Khalid Sheikh Muhammed being ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:42:11 GMT";
arnews[3] += "
";
arnews[4]="Doodle Bra inventor Rachel Segal was featured on the talk show this morning
";
arnews[4] += "The Ashland High School student who invented the Doodle Bra appeared today on the ABC talk show, \"The View,\" to talk about her invention.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:23:25 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("