var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Best Things In Life Are Free
";
arnews[0] += "vincentyeeblog.com Hi, I'm Vincent Yee. I want to share with you a very interesting title “The Best Things In Life Are Free”. Back to basics, we only need 3 things in life;...";
arnews[0] += "
Publ.Date : Mon, 03 Aug 2009 08:33:16 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="65 Character Voices - Vincent Brasher
";
arnews[1] += "I'm Vincent Brasher. These are some of my favorite character voices and impressions. All names, Characters, and likeness belong to their original owners. Visit...";
arnews[1] += "
Publ.Date : Fri, 24 Apr 2009 04:30:35 GMT";
arnews[1] += "
";
arnews[2]="Hare Hare Thiller
";
arnews[2] += "I was bored and got a crazy idea. Michael Jackson does the Hare Hare Yukai. So I took clips from Michael Jackson's \"Thiller\" music video and edited to match the dance from \"the...";
arnews[2] += "
Publ.Date : Fri, 27 Feb 2009 13:18:38 GMT";
arnews[2] += "
";
arnews[3]="vincent punches door
";
arnews[3] += "hey im vincent lets be a show off n almost breakmy hand";
arnews[3] += "
Publ.Date : Tue, 24 Feb 2009 04:08:36 GMT";
arnews[3] += "
";
arnews[4]="Heather's Retarded Day
";
arnews[4] += "Starring Heather,Douglas,and Vincent from Silent Hill 3 Stupid parody i did,because of the boredness in the air XDDDDDDDDD Heather:Do(repeats several times) Douglas:Gibberish...";
arnews[4] += "
Publ.Date : Tue, 11 Nov 2008 17:46:59 GMT";
arnews[4] += "
";
arnews[5]="Vincent Lynch - Focus on an image in your mind.
";
arnews[5] += "Hi there, I'm Vincent Lynch or 'Vince' From www.VincentLynch.co.uk Psychological Enter-Brain-Ment - \"which means i enter minds for entertainment using paralanguage and...";
arnews[5] += "
Publ.Date : Mon, 17 Mar 2008 18:40:23 GMT";
arnews[5] += "
";
arnews[6]="Vincent Lynch - Mind control
";
arnews[6] += "Hi, i'm Vincent Lynch i am a performer demonstrating the implications of hypnosis and thought reading on our search as humans to understand our own sense of 'mind'. For more...";
arnews[6] += "
Publ.Date : Wed, 12 Mar 2008 17:15:07 GMT";
arnews[6] += "
";
arnews[7]="How To Buy An REO Foreclosure Part 1 of 5
";
arnews[7] += "Welcome to How to buy a Foreclosure video series. I'm Vincent Jackson from Do Your Own Loan.com In this video series I explain One of Five ways to buy REO's REO's are Real Estate...";
arnews[7] += "
Publ.Date : Thu, 27 Sep 2007 02:17:52 GMT";
arnews[7] += "
";
arnews[8]="Vincent and Lucrecia - All About Us
";
arnews[8] += "For Julian lol YEY for Final Fantasy! We're always fighting over who should be with Vincent. Personally I'm a Vincent and Yuffie fan but he protests the he can only love Lucrecia....";
arnews[8] += "
Publ.Date : Tue, 21 Aug 2007 09:59:30 GMT";
arnews[8] += "
";
arnews[9]="Imagine Anything - Let Me Read Your Mind
";
arnews[9] += "Hi there, I'm Vincent Lynch or 'Vince' From www.VincentLynch.co.uk Psychological Enter-Brain-Ment - \"which means i enter minds for entertainment using paralanguage and...";
arnews[9] += "
Publ.Date : Wed, 01 Aug 2007 16:00:48 GMT";
arnews[9] += "
";
totcount = 10;
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("