
$(document).ready(function() {
	//Change if statement to 1==1 to see what the iphone sees.
	if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
	 
		$('#mainImage').html('<a herf="naturist/index.aspx?t=happening"><img src="/images/homepage/promoImages/naturist_banner.jpg" alt="The Naturist"/></a>');
		$('#promoBoxes').html('<a herf="productslist.aspx?g=w&categoryid=137&page=1"><img src="/images/homepage/promoImages/women_newarrivals.jpg" alt="Women\'s New Araivals"/></a><a herf="tribe/team/kayaking/anthony.aspx?t=team"><img src="/images/homepage/promoImages/yap_pod.jpg" alt="Anthony Yap"/></a>');

	 
}

});