if(location.href.toLowerCase().indexOf('/pages/3/587/3270.aspx') > 0 || location.href.toLowerCase().indexOf('/pages/3/587/3235.aspx') > 0 || location.href.indexOf('/megadeals') > 0)
{
	if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))||(navigator.userAgent.match(/iPad/i)))
	{
		var question = confirm('Would you like to view the iPhone optimized version of Pigsback Mega Deals?')
		if (question)
		{
			window.location = '/iphone/CurrentDeals.htm';
		}			
	}
	if((navigator.userAgent.match(/Android/i)))
	{
		var question = confirm('Would you like to view the Smartphone optimised version of Pigsback Mega Deals?')
		if (question)
		{
			window.location = '/iphone/CurrentDeals.htm';
		}			
	}	
		
}

