var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Boxing Promoters: DMX Got Us in a Real Fix - TMZ.com
";
arnews[0] += "DMX may have wanted to fix his fight to avoid an ass-beating, but now he's really cruisin' for a bruisin' -- legally -- because the promoters that hired X are suing him for chickening out last minute. According to docs filed Friday in Birmingham ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:53:00 GMT";
arnews[0] += "
";
arnews[1]="SADIF Analytics releases new summary due diligence report for DMX ... - PR Inside
";
arnews[1] += "2009-11-20 00:51:14 - SADIF-Investment Analytics has applied its StockMarks™ stock-rating system to DMX Technologies Group Limited and produced a report, rating the company's attractiveness to long-term investors. Ilhavo, Portugal – 20/11/2009 ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:49:00 GMT";
arnews[1] += "
";
arnews[2]="Yas Hotel, Abu Dhabi: A Bold New Level of DMX RDM Control - ledsmagazine.com
";
arnews[2] += "The newest architectural marvel of the Middle East, YAS Hotel in Abu Dhabi, was recently completed with the launch of the first Formula 1 race held at the new circuit built around this hotel. YAS Hotel is the world’s biggest LED project, to date ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 16:44:00 GMT";
arnews[2] += "
";
arnews[3]="Automotive Industries speaks to Jim Reitz, business manager at DSM ... - Automotive Industries Online
";
arnews[3] += "Innovations in materials heavily influence the utility and growth of additive rapid prototyping and manufacturing technologies. Elgin, IL-based DSM Somos, a pace setting global marketer of rapid prototyping materials, has prolifically commercialized ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[3] += "
";
arnews[4]="Coolio Talks Mixed Martial Arts Fight, "H*ll Yeah I'll Cheat to Win" - SOHH
";
arnews[4] += "Coolio Confirms Replacing DMX For MMA Fight, \"I Don't Plan On Losing\" UPDATE: DMX Replaced By Coolio For Mixed Martial Arts Match Coolio Pleads Guilty To Cocaine Possession, Cops Plea Deal Judge Urges Coolio To Take The Plea Bargain Rap veteran ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:29:00 GMT";
arnews[4] += "
";
arnews[5]="From The Show Floor: Madrix Debuts Neo - Live Design
";
arnews[5] += "Madrix debuts Madrix NEO to the US market during LDI. Neo features a very small DMX USB interface that allows users to send or receive DMX data via Madrix. One software license for 512 DMX channels is included, and the unit constructed from ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 21:48: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("