
function Randomizer() {
        var dt = new Date();
        var sec = dt.getSeconds();
		//alert(sec % 20)
		return sec % 10;
}

if ( Randomizer() == 0 ) {
	imageText="&quot;This is the nicest men's gift/cigar store that I have seen and I have seen most all!&quot;</font></b><br><font face='Verdana' size='1' color='#743004'>Mark Peltier - Environment Controller<br>The Bellagio Hotel, Las Vegas"
}
else if  ( Randomizer() == 1 ) {
	imageText="&quot;Carmel in Pleasanton! Definitely the nicest store in Downtown!&quot;</font></b><br><font face='Verdana' size='1' color='#743004'>Tim Taylor - Pleasanton"
}
else if  ( Randomizer() == 2 ) {
	imageText="&quot;I knew this new store would be nice, but this is over the top!&quot;</font></b><br><font face='Verdana' size='1' color='#743004'>Mike Delaney - Castro Valley"
}
else if  ( Randomizer() == 3 ) {
	imageText="&quot;This place is awesome! I LOVE IT!&quot;</font></b><br><font face='Verdana' size='1' color='#743004'>Lisa Granzella - Sunol"
}
else if  ( Randomizer() == 4 ) {
	imageText="&quot;This is the nicest men's gift/cigar store that I have seen and I have seen most all!&quot;</font></b><br><font face='Verdana' size='1' color='#743004'>Mark Peltier - Environment Controller<br>The Bellagio Hotel, Las Vegas"
}
else if  ( Randomizer() == 5 ) {
	imageText="&quot;Carmel in Pleasanton! Definitely the nicest store in Downtown!&quot;</font></b><br><font face='Verdana' size='1' color='#743004'>Tim Taylor - Pleasanton"
}
else if  ( Randomizer() == 6 ) {
	imageText="&quot;I knew this new store would be nice, but this is over the top!&quot;</font></b><br><font face='Verdana' size='1' color='#743004'>Mike Delaney - Castro Valley"
}
else if  ( Randomizer() == 7 ) {
	imageText="&quot;This place is awesome! I LOVE IT!&quot;</font></b><br><font face='Verdana' size='1' color='#743004'>Lisa Granzella - Sunol"
}
else {
	imageText="&quot;This is the nicest men's gift/cigar store that I have seen and I have seen most all!&quot;</font></b><br><font face='Verdana' size='1' color='#743004'>Mark Peltier - Environment Controller<br>The Bellagio Hotel, Las Vegas"
}
document.write(""+imageText+"");