var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Niche Biz: Baby Name Translation Service
";
arnews[0] += "This website is not like all of the others. Since 2001, we've posted 15418 different business opportunities and ideas, so you're sure to find something here to inspire you! Business Opportunities Weblog's 8th Birthday Dane Carlson and the Business Opportunities Weblog celebrates eight years of blogging about quality opportunities and business ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:35:48 GMT";
arnews[0] += "
";
arnews[1]="Spoiler Alert
";
arnews[1] += "Gavin Rossdale guest stars on \"Criminal Minds\" I found last weeka s episode of a oeCriminal Mindsa particularly engaging.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:45:22 GMT";
arnews[1] += "
";
arnews[2]="Grapevinea "Ken Ober, Sarah Palin, Ashlee Simpson-Wentz, Adrianna Lima
";
arnews[2] += "Ken Ober Ken Ober Dies Television personality and comedian Ken Ober has died at the age of 52.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:34:34 GMT";
arnews[2] += "
";
arnews[3]="What's in a name? More than you might think
";
arnews[3] += "A London-based translation firm is offering parents-to-be the chance to check the meaning of prospective baby names in other languages to avoid inadvertently causing their offspring future embarrassment.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Eric Hutchinson's Sounds Like This Live 2 EP Set for December 15th Release
";
arnews[4] += "\"OK, It's Alright With Me\" Climbs To 31* At Hot AC Radio Source: Warner Bros. Records On 10:05 am EST, Thursday November 19, 2009 BURBANK, Calif.-- --On December 15th, Warner Bros.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:59:38 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("