var arnews = new Array(8);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Real estate agents see return of foreign buyers - YourWestValley.com
";
arnews[0] += "Canadian investor Arthur Wong is buying condos in Las Vegas and Phoenix like a shopper at Costco: In bulk, with slashed prices. Wong, president of Optimus U.S. Real Estate Fund, has bought 60 condos at heavy discounts from developers in financial ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:10:00 GMT";
arnews[0] += "
";
arnews[1]="Text Size - Chicago Tribune
";
arnews[1] += "Canadian investor Arthur Wong is buying condos in Las Vegas and Phoenix like a shopper at Costco: In bulk, with slashed prices. Wong, president of Optimus U.S. Real Estate Fund, has bought 60 condos at heavy discounts from developers in financial ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:28:00 GMT";
arnews[1] += "
";
arnews[2]="Citadel Making Comeback But All Anyone Wants To Talk About Is The ... - The Business Insider
";
arnews[2] += "After a disastrous 2008 that almost destroyed the firm, Citadel is up 58% for the year. Ken Griffin has reduced is flying all over the globe, trying to raise money. Alas, all anyone wants to talk about is last year... Jenny Strasburg and Scott ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 11:18:00 GMT";
arnews[2] += "
";
arnews[3]="Low prices, weak dollar attracts international investors into US ... - San Francisco Examiner
";
arnews[3] += "Canadian investor Arthur Wong is buying condos in Las Vegas and Phoenix like a shopper at Costco: In bulk, with slashed prices. Wong, president of Optimus U.S. Real Estate Fund, has bought 60 condos at heavy discounts from developers in financial ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:35:00 GMT";
arnews[3] += "
";
arnews[4]="LOCAL BRIEFS - Maui News
";
arnews[4] += "KULA - The general meeting of the Kula Community Association will have a \"Celebrating Our Early Upcountry History\" theme from 7 to 9 p.m. Thursday at Kula Community Center. Art Medeiros, coordinator of the Leeward Haleakala Watershed Restoration ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 05:00:00 GMT";
arnews[4] += "
";
arnews[5]="Area sports reports - News-Democrat
";
arnews[5] += "The following is a list of sports events, youth league registrations and other news for metro-east residents wanting to participate in organized activities. Organizations or individuals with information for this list should mail the item to: News ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 23:07: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("