var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nas... Hot album every ten year average? - Drowned In Sound
";
arnews[0] += "Anyway. So I've got Illmatic and Stillmatic. They're both ace but in between is a bit meh. Does his recent stuff, i.e after Stillmatic live up to his name? I'm scared of listening to untitled, god's son unless I have to agree with Jay-Z";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:12:00 GMT";
arnews[0] += "
";
arnews[1]="LG NAS Adds Blu-ray Drive - Computerworld
";
arnews[1] += "This Blu-ray writer lets you back the box's contents up to Blu-ray recordable or rewritable discs. However, LG also leverages the Blu-ray drive as a reader to back up CDs to disc images. (Technical note: For data discs, you'll wind up with .iso ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:53:00 GMT";
arnews[1] += "
";
arnews[2]="Flexible NAS For The SME - Processor.com
";
arnews[2] += "Description: A line of network-attached storage appliances designed to give SMEs flexibility in storage allocations, expand for high capacities, and aid quick growth in the business. Interesting Fact: The AberNAS product line can be configured with ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:58:00 GMT";
arnews[2] += "
";
arnews[3]="Synology launches Time Machine-enabled NAS - CNET News
";
arnews[3] += "It's fair to say that so far Synology is the NAS maker with the fewest misses. Ever since the company joined the network storage arena in early 2008, it has earned three CNET Editors' Choice awards, with the newest one being the DS409Slim . The new ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:22:00 GMT";
arnews[3] += "
";
arnews[4]="Review: Four NAS Machines - Tom's Guide
";
arnews[4] += "So as not to slow our test system down, we use Western Digital Velociraptor 150 GB disks configured as RAID 0 on our test computer. Rather than connecting our NAS systems to the computer over the network, we connect them directly to ensure a fair ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[4] += "
";
arnews[5]="Addonics Mini NAS: when RAID is too much to ask for - engadget
";
arnews[5] += "If you're in the market for a single bay network drive , your options have certainly been piling up lately -- and now the kids at Addonics are premiering their aptly named Mini NAS. Billed as \"the world's smallest,\" this guy is roughly the same size ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 23:53: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("