
function Randomizer() {
        var dt = new Date();
        var sec = dt.getSeconds();
		return sec % 2;
}


if  ( Randomizer() == 0 ) {
	imageText="<table width='400' border='0'><tr><td colspan='2' class='quote'>&quot;BladeEngine\'s combination of performance, full TOE and iSCSI offload capabilities, and integration is ahead of other competitors\' 10 Gb Ethernet products we have seen.&quot;</td></tr><tr><td lass='quote'><b>Bob Wheeler, Senior Analyst at The Linley Group</b></td><td valign='bottom'><img src='/images/tlg_logo_trans.gif' align='right'></td></tr></table>"
}

else if ( Randomizer() == 1 ) {
	imageText="<table width='400' border='0'><tr><td colspan='2' class='quote'>&quot;The iSCSI performance has not been competitive with Fibre Channel to date. If anything will put iSCSI on the map, it's this new combination of performance and price from ServerEngines.&quot;</td></tr><tr><td lass='quote'><b>Nathan Brookwood, Principal of Market Watch at Insight64</b></td><td valign='bottom'><img src='/images/insight64.gif' align='right'></td></tr></table>"

}
document.write(""+imageText+"");



