var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="George commented on Jonathan Chase's group 'UK' http://tinyurl.com/yautw4m #hypnosis #nlp #eft
";
arnews[0] += "George commented on Jonathan Chase's group 'UK'";
arnews[0] += "
";
arnews[1]="Neven Mrgan: I'm told @mdigcat wants to work in Manimal Control. Silly Kat, you can't control Dr. Jonathan Chase... man... animal... Manimal!
";
arnews[1] += "I'm told @";
arnews[1] += "
";
arnews[2]="patrick smith commented on Jonathan Chase's group 'UK' http://tinyurl.com/yjdalxg #hypnosis #nlp #eft
";
arnews[2] += "patrick smith commented on Jonathan Chase's group 'UK'";
arnews[2] += "
";
arnews[3]="patrick smith commented on Jonathan Chase's group 'UK' http://tinyurl.com/yjdalxg #hypnosis #nlp #eft
";
arnews[3] += "patrick smith commented on Jonathan Chase's group 'UK'";
arnews[3] += "
";
arnews[4]="Hypnotic Hypnosis: Suggestion | Jonathan Chase the Hypnotist Edutainer: It Will Soon Be Xmas ! Go to Learn-Hypnosis.com and get your FREE HYPNOSIS VIDEOS an..
";
arnews[4] += "Suggestion | Jonathan Chase the Hypnotist Edutainer: It Will Soon Be Xmas ! Go to Learn-Hypnosis.com and get your FREE HYPNOSIS VIDEOS an..";
arnews[4] += "
";
totcount = 5;
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("