var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hibernian manager John Hughes expects to keep selling - BBC Sport
";
arnews[0] += "Hibernian's John Hughes admits he will have a hard job holding on to his top players but aims to continue producing talent to replace those who move on. The Edinburgh club has made a healthy profit from transfers in recent years. And Hughes told BBC ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 10:24:00 GMT";
arnews[0] += "
";
arnews[1]="Celtic's Niall McGinn wants to atone for Hibs failure - Edinburgh News
";
arnews[1] += "Your account has been frozen . For your available options click the below button. NIALL McGINN is desperate to make amends for his part in Celtic's home defeat to Hibs on Wednesday which left the Hoops ten points behind Rangers at the top of the ...";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 11:43:00 GMT";
arnews[1] += "
";
arnews[2]="Player ratings: Hibernian v Montrose - Daily Record
";
arnews[2] += "Very little to do but beaten all ends up by Hegarty shot that denied him a clean sheet. David Wotherspoon 8 Youngster continues to impress with every passing game and has great future ahead of him. Ian Murray 7 Should be nicknamed the Roadrunner for ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:45:00 GMT";
arnews[2] += "
";
arnews[3]="Montrose manager Steven Tweed realistic about chances against former ... - Edinburgh News
";
arnews[3] += "But, while pointing out Derek Riordan and Anthony Stokes as the obvious dangers, the big defender believes midfielder Liam Miller is the man who makes Hibs tick, tipping the Republic of Ireland star to even become Scotland's player of the year.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 13:33:00 GMT";
arnews[3] += "
";
arnews[4]="Rangers, Celtic & Hibs set for thrilling finale to SPL - Soccerlens
";
arnews[4] += "After the signing of Robbie Keane to Celtic last night, a new excitement surrounds the pulsating finale between Rangers, Celtic and Hibs as they enter the final 15 games of the SPL season. The end of the road still isn’t in sight and alot of ...";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 23:57:00 GMT";
arnews[4] += "
";
arnews[5]="Nish made Hibernian's first-half dominance count - BBC Sport
";
arnews[5] += "... Maitland to injury, with Marek Tomana coming on as a substitute, before referee Alan Muir waved away Hibs' claims for a penalty following McNeil's challenge on Anthony Stokes. Nish found the net ... Hibernian manager John Hughes: \"I'm delighted ...";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 16:46:00 GMT";
arnews[5] += "
";
totcount = 6;
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("