var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="SXSW '10: Horror Line-Up Revealed
";
arnews[0] += "Next month The South by Southwest Film Conference and Festival will be in full swing down in awesome Austin Texas and we've got a look at what horror flicks will be sending super-sized chills down the spines of festival goers.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 08:52:42 GMT";
arnews[0] += "
";
arnews[1]="Marion splits against Ellinwood
";
arnews[1] += "Led by an 18 point , eight rebound performance from sophomore Whitney Gordon, the Marion Warriors dominated the Ellinwood Eagles 65-35 in Marion on Tuesday night.";
arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 10:26:41 GMT";
arnews[1] += "
";
arnews[2]="United Kingdom: Assistant Director of Studies and Senior Teacher
";
arnews[2] += "Don't provide current salary information to prospective employers unless required to do so.";
arnews[2] += "
Publ.Date : Fri, 15 Jan 2010 19:28:25 GMT";
arnews[2] += "
";
arnews[3]="BV Challenger legals: 1/13
";
arnews[3] += "Minnehaha THE MINNEHAHA COUNTY COMMISSION CONVENED AT 9:00 A.M., January 5, 2010, pursuant to adjournment on December 29, 2009.";
arnews[3] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Graphical Design Tool aids capture process development.
";
arnews[4] += "December 28, 2009 - Able to meet various organizations' unique needs, InputAccel CaptureFlow Designer lets users create and configure capture processes without any coding.";
arnews[4] += "
Publ.Date : Mon, 28 Dec 2009 16:16:34 GMT";
arnews[4] += "
";
arnews[5]="Network Access Control Appliance has agentless architecture.
";
arnews[5] += "December 18, 2009 - Veri-NAC lets only authorized computers/devices onto defined network and also checks to make sure each connected machine complies with specified standards, including OS, patch management, and hardened configurations.";
arnews[5] += "
Publ.Date : Fri, 18 Dec 2009 15:04:55 GMT";
arnews[5] += "
";
arnews[6]="United Kingdom: Assistant Director of Studies and Senior Teacher
";
arnews[6] += "AUSTRIA AGENTS WANTED: We are looking for Partners and Agents worldwide who require homestay, host families and/or English courses in Cambridge UK.";
arnews[6] += "
Publ.Date : Mon, 14 Dec 2009 23:42:36 GMT";
arnews[6] += "
";
arnews[7]="College of Sequoias cruises to 94-72 win over College of the Desert in Riverside
";
arnews[7] += "The College of Sequoias men's basketball team continued its march to a possible tournament championship Thursday with its 94-72 win over College of the Desert in the quarterfinals of the 40th Wells Fargo Holiday Tournament in Riverside.";
arnews[7] += "
Publ.Date : Fri, 11 Dec 2009 19:07:10 GMT";
arnews[7] += "
";
totcount = 8;
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("