var arnews = new Array(10);
totcount = 9;
rnd = 1;
arnews[0]="America's Next Princess
";
arnews[0] += "looking for romance on his own show, with his rules, his way. Following a nationwide search, he'll choose one lucky lady to join his company, his royal family, and his life. Visit...";
arnews[0] += "
Publ.Date : Tue, 21 Jul 2009 22:38:39 GMT";
arnews[0] += "
";
arnews[1]="Daisy on HSN June 24, 2008
";
arnews[1] += "Daisy (the plus-size dog model) works the HSN runway with Prince Lorenzo Borghese (aka \"The Bachelor\") BOL! Daisy is a finalist in a contest with Hallmark! Please follow this link...";
arnews[1] += "
Publ.Date : Tue, 24 Jun 2008 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="Pet Insurance - Pet Tips from HSN & Prince Lorenzo Borghese
";
arnews[2] += "Shop Now: http://www.hsn.com/redirect.aspx?id=il&url=http://home-solutions.hsn.com/royal-treatment_c-hw_a-687_xc.aspx?&afsrc=1&sourceid=youtube&kw=pets Many companies and...";
arnews[2] += "
Publ.Date : Tue, 04 Mar 2008 19:56:46 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Pet Insurance - Pet Tips from HSN & Prince Lorenzo Borghese
";
arnews[3] += "Shop Now: http://www.hsn.com/redirect.aspx?id=il&url=http://home-solutions.hsn.com/royal-treatment_c-hw_a-687_xc.aspx?&afsrc=1&sourceid=youtube&kw=pets Many companies and...";
arnews[3] += "
Publ.Date : Tue, 04 Mar 2008 19:56:46 GMT";
arnews[3] += "
";
arnews[4]="Hip & Joint Care-Pet Tips from HSN & Prince Lorenzo Borghese
";
arnews[4] += "Shop Now: http://www.hsn.com/redirect.aspx?id=il&url=http://home-solutions.hsn.com/royal-treatment_c-hw_a-687_xc.aspx?&afsrc=1&sourceid=youtube&kw=pets What do you do when you...";
arnews[4] += "
Publ.Date : Tue, 15 Jan 2008 17:08:34 GMT";
arnews[4] += "
";
arnews[5]="Hip & Joint Care-Pet Tips from HSN & Prince Lorenzo Borghese
";
arnews[5] += "Shop Now: http://www.hsn.com/redirect.aspx?id=il&url=http://home-solutions.hsn.com/royal-treatment_c-hw_a-687_xc.aspx?&afsrc=1&sourceid=youtube&kw=pets What do you do when you...";
arnews[5] += "
Publ.Date : Tue, 15 Jan 2008 17:08:34 GMT";
arnews[5] += "
";
arnews[6]="Shampoo or Not - Pet Tips from HSN & Prince Lorenzo Borghese
";
arnews[6] += "Shop Now: http://www.hsn.com/redirect.aspx?id=il&url=http://home-solutions.hsn.com/royal-treatment_c-hw_a-687_xc.aspx?&afsrc=1&sourceid=youtube&kw=pets How often do your pets need...";
arnews[6] += "
Publ.Date : Mon, 17 Dec 2007 22:02:04 GMT";
arnews[6] += "
";
arnews[7]="Kingly Grooming-Pet Tips from HSN & Prince Lorenzo Borghese
";
arnews[7] += "Shop Now: http://www.hsn.com/redirect.aspx?id=il&url=http://home-solutions.hsn.com/royal-treatment_c-hw_a-687_xc.aspx?&afsrc=1&sourceid=youtube&kw=pets In this episode, Lorenzo...";
arnews[7] += "
Publ.Date : Fri, 16 Nov 2007 22:09:05 GMT";
arnews[7] += "
";
arnews[8]="Adopting a Pet-Pet Tips from HSN & Prince Lorenzo Borghese
";
arnews[8] += "Shop Now: http://www.hsn.com/redirect.aspx?id=il&url=http://home-solutions.hsn.com/royal-treatment_c-hw_a-687_xc.aspx?&afsrc=1&sourceid=youtube&kw=pets Being an animal lover,...";
arnews[8] += "
Publ.Date : Fri, 16 Nov 2007 21:56:56 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("