// JavaScript Document
function MM_jump(){ //v3.0

if(document.getElementById("choice").value==1)
	{
	var seller_id = 4172399; document.write('<html><body>' + '<link rel="stylesheet" href="https://merchants.nextag.com/serv/main/buyer/dhtmlpopup/dhtmlwindow.css" type="text/css" \/>'+'<script>var seller_id = 4172399;<\/script>'+'<'+ 'script type="text/javascript" src="https://merchants.nextag.com/seller/review/popup_include.js"><\/script>'+'<\/body><\/html>');
	}
	
else if(document.getElementById("choice").value==2)
	{
		document.write('<html><body>'+'<'+ 'script type="text/javascript" src="https://eval.bizrate.com/js/pos_192110.js"><\/script>'+'<\/body><\/html>');	
	}
else
{
	alert("Thank you for shopping with us!");
}


}