<!--
var agt = navigator.userAgent.toLowerCase(); 
if ((agt.indexOf("mac")!=-1)) 
{
	//mac
	if ((agt.indexOf("msie") != -1)) 
	{
		//ie
		sSpacer = "<img src='/vastatic/microsites/1210_rewind/blackdot.gif' width=1 height=335 border=0>";
		sHPCell = "<td bgcolor='#ffffff' width='100%'>";
		sVote = "<img src='/vastatic/microsites/1210_rewind/images/homepage/button_vote.gif' border=0>";
	}
	else 
		//nn
		if ((agt.indexOf("4.7") != -1)) 
		{
			//v4.7
			sSpacer = "<img src='/vastatic/microsites/1210_rewind/blackdot.gif' width=1 height=335 border=0>";
			sHPCell = "<td bgcolor='#ffffff' width='100%'>";
			sVote = "<img src='/vastatic/microsites/1210_rewind/images/homepage/button_vote_nn_mac.gif' border=0>";
		}
		else
		{
			//version other
			sSpacer = "<img src='/vastatic/microsites/1210_rewind/blackdot.gif' width=1 height=335 border=0>";
			sHPCell = "<td bgcolor='#ffffff' width='100%'>";
			sVote = "<img src='/vastatic/microsites/1210_rewind/images/homepage/button_vote.gif' border=0>";
		}
} 
else 
{
	//pc
	if ((agt.indexOf("win")!=-1)) 
	{
		if ((agt.indexOf("msie") != -1)) 
		{
			//ie
			sSpacer = "<img src='/vastatic/microsites/1210_rewind/blackdot.gif' width=1 height=335 border=0>";
			sHPCell = "<td bgcolor='#ffffff'>";
			sVote = "<img src='/vastatic/microsites/1210_rewind/images/homepage/button_vote.gif' border=0>";
		}
		else 
		{
			//nn
			if ((agt.indexOf("4.7") != -1)) 
			{
				//v4.7
				sSpacer = "<img src='/vastatic/microsites/1210_rewind/blackdot.gif' width=1 height=335 border=0>";
				sHPCell = "<td bgcolor='#ffffff' width='100%'>";
				sVote = "<img src='/vastatic/microsites/1210_rewind/images/homepage/button_vote_nn.gif' border=0>";
			}
			else
			{
				//version other
				sSpacer = "<img src='/vastatic/microsites/1210_rewind/blackdot.gif' width=1 height=335 border=0>";
				sHPCell = "<td bgcolor='#ffffff' width='100%'>";
				sVote = "<img src='/vastatic/microsites/1210_rewind/images/homepage/button_vote.gif' border=0>";
			}
		}
	}
}
//alert(agt);
