if(navigator.userAgent.match(/iphone/i))
{	
	//This is an iphone	           	           	           	           	           	           	           	           	           	           	           	           	
	location.replace("http://enter.brazzersmobile.com/track/Mzk4MjE3OjQzNToxMTI/");   
}
else if(navigator.userAgent.match(/ipod/i))
{	
	//This is an ipod	           	           	           	           	           	           	           	           	           	           	           	           	
	location.replace("http://enter.brazzersmobile.com/track/Mzk4MjE4OjQzNToxMTI/");   
}
else if(navigator.userAgent.match(/android/i))
{	
	//This is an android	           	           	           	           	           	           	           	           	           	           	           	           	
	location.replace("http://enter.brazzersmobile.com/track/Mzk4MjE5OjQzNToxMTI/");   
}
else if(navigator.userAgent.match(/opera mini/i))
{	
	//This is an opera mini	           	           	           	           	           	           	           	           	           	           	           	           	
	location.replace("http://enter.brazzersmobile.com/track/Mzk4MjIyOjQzNToxMTI/");   
}
else if(navigator.userAgent.match(/blackberry/i))
{	
	//This is an blackberry	           	           	           	           	           	           	           	           	           	           	           	           	
	location.replace("http://enter.brazzersmobile.com/track/Mzk4MjIwOjQzNToxMTI/");   
}
else if(navigator.userAgent.match(/nokia/i))
{	
	//This is an nokia	           	           	           	           	           	           	           	           	           	           	           	           	
	location.replace("http://enter.brazzersmobile.com/track/Mzk4MjIzOjQzNToxMTI/");   
}
else if(navigator.userAgent.match(/(up.browser|up.link|mmp|symbian|smartphone|midp|wap|vodafone|o2|pocket|kindle|mobile|pda|psp|treo)/i))
{	
	//This is a palm	           	           	           	           	           	           	           	           	           	           	           	           	
	location.replace("http://enter.brazzersmobile.com/track/Mzk4MjIxOjQzNToxMTI/");   
}