var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Vasili: Dillon named as Aldershot manager: Aldershot Town appoint former Reading coach Kevin Dillon as their new manager. http://tinyurl.com/yjul8x5
";
arnews[0] += "Dillon named as Aldershot manager: Aldershot Town appoint former Reading coach Kevin Dillon as their new manager.";
arnews[0] += "
";
arnews[1]="Paulo Vie: Kevin Dillon has an idea for dream Entourage’ cameo - Victoria Advocate
";
arnews[1] += "Kevin Dillon has an idea for dream Entourage’ cameo - Victoria Advocate -";
arnews[1] += "
";
arnews[2]="David Eikon: Kevin Dillon has an idea for dream Entourage’ cameo - Victoria Advocate
";
arnews[2] += "Kevin Dillon has an idea for dream Entourage’ cameo - Victoria Advocate -";
arnews[2] += "
";
arnews[3]="ChicHERE.com: Celebs in Denim: Kevin dillon in Cult of Individuality
";
arnews[3] += "Celebs in Denim: Kevin dillon in Cult of Individuality -";
arnews[3] += "
";
arnews[4]="Roland Steinmetz: #itcork09 Kevin Dillon, Partner, Atlantic Bridge VC now on stage "Raising capital, why 2010 will be a great vintage year" @itcork conference
";
arnews[4] += "";
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("