var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Surgut would swap MOL packet for INA shares - Budapest Business Journal
";
arnews[0] += "Russia's Surgutneftegas would exchange its 21% packet of MOL shares for shares in the Croatian oil company INA, the Russian company told the Croatian government in a letter, the business daily Napi Gazdaság said on Friday. The paper quoted Bloomberg ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:55:00 GMT";
arnews[0] += "
";
arnews[1]="Ballmer: Windows 7 selling like hotcakes (Ina Fried/CNET News) - The Business Insider
";
arnews[1] += "Ina Fried / CNET News: Ballmer: Windows 7 selling like hotcakes — Windows 7 isn't just getting good reviews, it's also selling well, CEO Steve Ballmer told shareholders Thursday. — Delivering opening remarks at Microsoft's shareholder meeting ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 10:19:00 GMT";
arnews[1] += "
";
arnews[2]="Sexiest Man Living Is the Tastiest Morsel in Ina's Kitchen - Salon
";
arnews[2] += "On any given episode of Ina Garten's Barefoot Contessa , there's plenty to drool over: delicate salads of mixed greens and fresh tomatoes, chocolate angel food cake baking in the oven, a well-shaken martini with plenty of Vermouth. Everything about ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:43:00 GMT";
arnews[2] += "
";
arnews[3]="Eni, INA Start Adriatic Gas Production - OfficialWire
";
arnews[3] += "Italian energy giant Eni and Croatian oil and company INA began producing gas from six wells located in the Croatian waters of the Adriatic Sea. Eni announced production from six wells at the offshore Annamaria A field will produce as much as 56.5 ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 12:01:00 GMT";
arnews[3] += "
";
arnews[4]="Deaths and services today for Saturday, Nov. 21 - Port Arthur News
";
arnews[4] += "James Catholic Church, 11 a.m. Ina Singleton Hardy, St. Charles Borromeo Catholic Church in Nederland, 10 a.m. Nelwyn F. Ivey, Heritage Funeral Home, 1 p.m. Julia Jessepha Parson, Levingston Funeral Home in Groves, Levingston Funeral Home in Groves ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:55:00 GMT";
arnews[4] += "
";
arnews[5]="Livescribe pen gets an app store (Ina Fried/CNET News) - The Business Insider
";
arnews[5] += "Ina Fried / CNET News: Livescribe pen gets an app store — It took a little bit longer than the company had hoped, but the Livescribe digital pen now has its own app store. — The store, which requires pen owners to upgrade their desktop software ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 10:42:00 GMT";
arnews[5] += "
";
arnews[6]="Daily Beast bites exec - New York Post
";
arnews[6] += "T INA Brown has hired a for mer top executive from Felix Dennis ' laddie empire to be her new president. Steve Colvin was the US CEO for Dennis Publishing, serving as the steadying business hand for the blustery and controversial founder of Maxim ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 01:36:00 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("