var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pet ID - Pet Tips from HSN & Prince Lorenzo Borghese | Pets ...
";
arnews[0] += "Pet ID - Pet Tips from HSN & Prince Lorenzo Borghese. Shop Now: www.hsn.com Tag or chip? Lorenzo discusses the importance of identification for your pet. In the case of natural disasters or when a pet just gets out or wanders away, ...";
arnews[0] += "
";
arnews[1]="Pet Insurance – Pet Tips from HSN & Prince Lorenzo Borghese
";
arnews[1] += "Shop Now: www.hsn.com Many companies and veterinarians now offer optional pet insurance. Is it worthwhile or just another rip off? hsn's pet care expert Prince Lorenzo Borghese takes you through a process to determine if it's right for ...";
arnews[1] += "
";
arnews[2]="Kingly Grooming-Pet Tips from HSN & Prince Lorenzo Borghese
";
arnews[2] += "Shop Now: www.hsn.com In this episode, Lorenzo dispels common myths about how often you should clean your cat or dog. He shares the importance of keeping them clean and what you should do weekly, daily or as needed. ...";
arnews[2] += "
";
arnews[3]="It's A Zoo Out There
";
arnews[3] += "So what do you think of Prince Lorenzo Borghese ( right )? Seems charming enough, and looks years younger than his actual age ( he was 34 when this was filmed ). One of the more watchable Bachelors they've had on the show, ...";
arnews[3] += "
";
arnews[4]="Wendy's Animal Talk: Valentine's Day Greeting Card Contest by ...
";
arnews[4] += "Wendy's upcoming guest (January 26th show), Prince Lorenzo Borghese has a Valentine's Day Greeting Card Contest on his website Royal Pet Club. The best part of the contest is that with everyone 1000 votes, Royal Pet Club will donate one ...";
arnews[4] += "
";
arnews[5]="What was the profession of Prince Lorenzo Borghese on the bachelor?
";
arnews[5] += "What was the profession of Prince Lorenzo Borghese on the bachelor? is a post from: AnswerBlip Trivia Questions.";
arnews[5] += "
";
arnews[6]="How old was Prince Lorenzo Borghese ?
";
arnews[6] += "How old was Prince Lorenzo Borghese ? is a post from: AnswerBlip Trivia Questions.";
arnews[6] += "
";
arnews[7]="Who did Prince Lorenzo Borghese pick to marry?
";
arnews[7] += "Who did Prince Lorenzo Borghese pick to marry? is a post from: AnswerBlip Trivia Questions.";
arnews[7] += "
";
arnews[8]="B O A - Ultra Strider Black - Apparel « Chicken Encyclopedian
";
arnews[8] += "Boa Ultra Strider Chocolate Apparel: in sections prince lorenzo borghese moose A fiery Boa Ultra Strider Chocolate Womens free shipping showing emotion. This entry was posted on Sunday, December 13th, 2009 at 9:39 pm and is filed under ...";
arnews[8] += "
";
arnews[9]="The Quest for "it": FLASHBACK PHOTOS: 2009 Dogcatemy Celebrity Gala
";
arnews[9] += "Co-Chairs, Jennifer Jablow and Prince Lorenzo Borghese were also on hand with Dr. Jablow hinting of a demo to come later in the evening via a commercial she'd completed with Beth O. entitled Pawfect Smile. Dinner, film screening, awards ...";
arnews[9] += "
";
totcount = 10;
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("