
function Randomizer() {
        var dt = new Date();
        var sec = dt.getSeconds();
		return sec % 1;
}


if ( Randomizer() == 0 ) {
	imageText="<p class='quote'>&quot;Server virtualization promises improved hardware utilization and physical server consolidation, however contention at the I/O level has created a bottleneck that has prevented end users from maximizing the true potential of this technology. Neterion's 10 Gigabit Ethernet adaptor helps eliminate this bottleneck by offloading I/O processing and returning CPU horsepower back to the pool of virtual machines.&quot;<p class='quote'>Mark Bowker<br>Analyst<br>Enterprise Strategy Group"
}

document.write(""+imageText+"");
