var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Pure Country Gift with Katrina Elam, Travis Fimmel, George Strait, and Dean Cain - plot synopsis
";
arnews[0] += "As mentioned in A Pure Country Gift with Katrina Elam, Travis Fimmel, J.D. Parker and appearances by George Strait , I had the opportunity to work as an extra in the upcoming movie A Pure Country Gift .";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Debut Vampire Novel "Emery" Releases Exclusively With Amazon On Friday The 13th
";
arnews[1] += "The novel portrays teenager Tabitha Avery as she moves to a small town in Montana and becomes the love-interest of Emery, the loner student body president.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="New Wrinkle in Book Promotion: Start With The Movie Cast, To Engage "Casting" Readers
";
arnews[2] += "A fourth of readers casually \"cast\" what they're reading, but there was no way to take advantage of that, from a book marketing standpoint - until now.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Eye Candy Underwear Campaigns - Junior Ottoni New Captain Spring 2010 ...
";
arnews[3] += "The Junior Ottoni New Captain underwear ad campaign is sure to have more than a few women swooning, if not actually purchasing the label's undergarments while visions of their boyfriends with Junior Ottoni's body dance in their heads.";
arnews[3] += "
Publ.Date : Sun, 04 Oct 2009 21:45:39 GMT";
arnews[3] += "
";
arnews[4]="TV: The Beast
";
arnews[4] += "Top team ... the late Patrick Swayze and Travis Fimmel in The Beast. September 22, 2009 - 2:43PM The Beast ABC2, 8.45pm This crime series gets a lot of impetus from its dark, hard-edged look.";
arnews[4] += "
Publ.Date : Tue, 22 Sep 2009 11:01:30 GMT";
arnews[4] += "
";
arnews[5]="TV highlights, September 22
";
arnews[5] += "Africa is a sight to behold, as are many of the 18 castaways chosen to compete in US reality show Survivor: Gabon .";
arnews[5] += "
Publ.Date : Tue, 15 Sep 2009 07: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("