var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Heidi Montag and Spencer Pratt: Kimmel Kissers - The Gossip Girls
";
arnews[0] += "Basking in their publicity glory, Heidi Montag and Spencer Pratt were spotted outside the “Jimmy Kimmel Show” in Hollywood, CA last night (November 19). Assuming their usual positions, the married couple posed for pictures arm-in-arm while ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:27:00 GMT";
arnews[0] += "
";
arnews[1]="November 18: Heidi Montag, The HD Hottie - TVPredictions.com
";
arnews[1] += "Washington, D.C. (November 18, 2009) -- Following our extremely popular contest, 'HD Hottie Hysteria,' we've started a new feature in which we will highlight a top female star every day. The gorgeous female will come from a program that can be seen ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 18:51:00 GMT";
arnews[1] += "
";
arnews[2]="Heidi Montag, Spencer Pratt Know How to Be Famous - The Hollywood Gossip
";
arnews[2] += "As media and fame whores go, there's Speidi and there's everyone else. The gruesome twosome from The Hills is so shameless about their ambition to be famous that their ambition to be famous is their M.O. There is no cover story, or ostensible reason ...";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Spencer Pratt and Heidi Montag Pitch Own Reality Show - Celebrity Justice
";
arnews[3] += "Spencer Pratt and Heidi Montag are looking to expand their airtime on TV. Pratt, 26, and Montag, 23, are shopping a reality show to different television networks based on their \"everyday lives.\" \"You don't get to see our everyday lives and what we do ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 03:21:00 GMT";
arnews[3] += "
";
arnews[4]="Heidi Montag, Spencer Pratt Will Talk With Roker Again - The Celebrity Cafe.com
";
arnews[4] += "Heidi and Spencer will sit down with Al Roker again on the “Today” show to promote their new book. Heidi Montag and Spencer Pratt will be back on the “Today” show to promote their new book, “How to Be Famous.” “They are excited about ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 11:00:00 GMT";
arnews[4] += "
";
arnews[5]="Heidi Montag, Spencer Pratt Write A Book On Being "Famous" - The Celebrity Cafe.com
";
arnews[5] += "“Speidi“ writes a book. Reality TV couple Heidi Montag and Spencer Pratt, also known as “Speidi,” don’t hide the fact that they love being in the lime light. Now, the couple is offering their advice on the topic of fame in their new book ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 11:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("