var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Wireless Bandwidth Crunch: Where Will We Find More Spectrum?
";
arnews[0] += "It's truly amazing how fast mobile broadband demand is expanding. A couple of things caught my eye yesterday that really drove that home.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:05:08 GMT";
arnews[0] += "
";
arnews[1]="Hughes left to draw on the positives
";
arnews[1] += "LIVERPOOL // A point at Liverpool might have been something Manchester City would have enjoyed with 'delight' according to their manager Mark Hughes.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:45:02 GMT";
arnews[1] += "
";
arnews[2]="Lenders stay tough on loan to value deals
";
arnews[2] += "First-time buyers and homeowners with only a small amount of equity in their property who want to move or remortgage should have greater choice after the launch of new loan deals.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:31:59 GMT";
arnews[2] += "
";
arnews[3]="Knicks Win the First-Ever Toilet Bowl in NJ
";
arnews[3] += "Who says the NBA can't have bowl games? Today at the New Jersey Nets' own arena, the franchise reached an incredible milestone.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:28:51 GMT";
arnews[3] += "
";
arnews[4]="Column: Pheasant hunting, new friends, old faces
";
arnews[4] += "I started the 2009 pheasant season near Oberlin in Decatur County. I have hunted this area several times over the years with Onis Lemon.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:02:35 GMT";
arnews[4] += "
";
arnews[5]="Perfect antidote to the uptight and twee
";
arnews[5] += "Time to 'fess up. Ballet and rugby, for me, are equally unfathomable. I don't get either \"genre\" for want of a better word.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:57:33 GMT";
arnews[5] += "
";
arnews[6]="Ultimate Dinner Party attendance uplifting for Children's Home Society
";
arnews[6] += "The 2009 Ultimate Dinner Party was the green shoot for the Children's Home Society, which saw an increase in attendance at its signature fundraiser.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 22:54:53 GMT";
arnews[6] += "
";
totcount = 7;
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("