var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kat Von D. opens up about her alternative life and present fame
";
arnews[0] += "Von D was named one of Maxim's top 100 beauties in 2008. Star Pulse The woman behind the ink.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="LA Ink's Corey Miller Talks Old School LA Punk, Says 'Circus' Of Show Will Be Back
";
arnews[1] += "Watchers of LA Ink either loathe the guy or champion him, but Corey Miller -- who plays second fiddle to camera-magnet Kat Von D on the reality show -- describes himself as an old-school carny and folk artist, instead of a dramatic lightning rod.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 18:41:03 GMT";
arnews[1] += "
";
arnews[2]="Sephora Drives Referral Sales With Facebook Promo
";
arnews[2] += "Executives at beauty retailer Sephora are pleased with the results of an Earth Day-related Facebook campaign it launched back in April.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 16:16:53 GMT";
arnews[2] += "
";
arnews[3]="people paparazzi
";
arnews[3] += "My celebrity sightings over the past few weeks in LA.... Katy Perry's B-Day Party Cool venue, DJ was playing the best music...I wanted to go inside so bad.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 05:03:57 GMT";
arnews[3] += "
";
arnews[4]="Carey gets his game on with Power of 10
";
arnews[4] += "Comedian Drew Carey, recently named the new host of The Price is Right, takes the helm of another CBS game show tonight.";
arnews[4] += "
Publ.Date : Tue, 07 Aug 2007 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Sandra Bullock vs. Porn Star Janine Lindemulder: LA Ink's Kat Von D a Softie
";
arnews[5] += "CNN calls her America's sweetheart and notes that Sandra Bullock is caught in a dramatic battle with Janine Lindemulder, a porn star that used to be married to her husband Jesse James, and they have a five-year-old daughter together.";
arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 15:05:13 GMT";
arnews[5] += "
";
arnews[6]="How You Doing?
";
arnews[6] += "Me: Curvy Black BBW with purple, black & silver scarf wearing a Kat Von D shirt, beret and purple glasses... You: PECO worker, White, amazing eyes , sexy smile, chin-hair thing goin' on.";
arnews[6] += "
Publ.Date : Sat, 07 Nov 2009 03:33:26 GMT";
arnews[6] += "
";
arnews[7]="Kat Von D On Nikki Sixx: 'This Is The Most Fruitful Relationship I Have Ever Had'
";
arnews[7] += "\"I learn so much from him a ' this is the most fruitful relationship I have ever had,\" she said.";
arnews[7] += "
Publ.Date : Fri, 06 Nov 2009 20:27:10 GMT";
arnews[7] += "
";
arnews[8]="Nikki Sixx Checks In
";
arnews[8] += "MOTLEY CRUE / SIXX A.M. bassist Nikki Sixx has issued the following update: \"Home has recharged the batteries and seamless creativity is flowing again..... \"I always love it when a friend turns me onto a book, music or something I havena t heard about or seen before.";
arnews[8] += "
Publ.Date : Fri, 06 Nov 2009 03:34:24 GMT";
arnews[8] += "
";
totcount = 9;
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("