var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marketing campaign unleashed at Olympics
";
arnews[0] += "Tourism promotion for the Thompson Okanagan region is getting a major boost from a star-studded Tourism B.C. marketing campaign underway before and during the upcoming Winter Olympics.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:03:33 GMT";
arnews[0] += "
";
arnews[1]="Kim gets claws into model
";
arnews[1] += "FOR most of us, going to work involves starring at a computer screen all day long.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:34:49 GMT";
arnews[1] += "
";
arnews[2]="Good-guy roles don't come easy
";
arnews[2] += "Fairfield actor John W. Lawson can finally play a good guy, which could be his ticket to more Hollywood roles.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Bobbi Brown's Heart Truth Shimmer Brick Kicks Off Fashion Week
";
arnews[3] += "Every year at New York's Fall Fashion Week, \"lady in red\" takes on a whole new meaning.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:00:00 GMT";
arnews[3] += "
";
arnews[4]="Interview: Private Lives' Lisa Dillon by Naima Khan
";
arnews[4] += "Working wiith Richard Eyres, opposite Kim Cattrall and Matthew Macfayden in 'Private Lives', Lisa Dillon tells us about typical rehearsal days, working alongside the hotshots and grapling with her babydoll character Sybil.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 12:00:00 GMT";
arnews[4] += "
";
arnews[5]="A practical solution?
";
arnews[5] += "WOMEN who are more open in their relationships are those in their late 30s or early 40s, with successful careers.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 00:51:47 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("