var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebs Using Electronic Cigarettes
";
arnews[0] += "The list of Celebrities using SmokeStik is long and varied. Many mainstream Hollywood Celebs and Uk transplanted Stars are using the Smokestik and loving it.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Smoking Cessation With Celebs Using Electronic Cigarettes
";
arnews[1] += "Here in this attached picture we have the cast from Jersey Shore in the USA talking about how they like using the SmokeStik Electronic Cigarette .";
arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Virtuality Gets Real on DVD on May 4th
";
arnews[2] += "You can bring home Battlestar Galactica creator Ronald D. Moore's latest sci-fi adventure home on DVD this May.";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 22:31:55 GMT";
arnews[2] += "
";
arnews[3]="Spike Jonze a oeIa m Herea Book
";
arnews[3] += "Coinciding with the premier of his new short film at Sundance, Spike Jonze's \"I'm Here\" is offered in a 11.2 x 17.8 cm, color offset, 48 pg.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 22:13:22 GMT";
arnews[3] += "
";
arnews[4]="HandMade sells pics to Video Mercury
";
arnews[4] += "London-based HandMade Films International has sold a 44-title film package to Enrique Cerezo's Video Mercury Films in Madrid.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 14:24:54 GMT";
arnews[4] += "
";
arnews[5]="IFC To Show Spike Jonze's Short Film 'I'm Here'
";
arnews[5] += "Director Spike Jonze's 30-minute short film I'm Here , which played as part of the Short Films program , will be airing on IFC sometime later this year, according to EW .";
arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 01:06:29 GMT";
arnews[5] += "
";
arnews[6]="Sundance Review - I'm Here
";
arnews[6] += "He is one of the great musician filmmakers of all time. And what I mean by that is that his work, when you open yourself to it, settles on your soul more like a song than a movie.";
arnews[6] += "
Publ.Date : Mon, 25 Jan 2010 07:10:47 GMT";
arnews[6] += "
";
totcount = 7;
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("