$(document).ready(function(){

if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
	$("#header").hide();
	a = "<link href='http://www.horizonhobby.com/content/mobile/styles/iphone.css' type=text/css rel=stylesheet />";
	a2 = "<script language='javascript' src='http://www.horizonhobby.com/Content/Mobile/Scripts/iPhone.js'  type='text/javascript' ></script><meta name='viewport' content='width=device-width; initial-scale=1.0; maximum-scale=1.0;' /><link rel='apple-touch-icon' href='http://www.horizonhobby.com/Content/Mobile/Images/iphone-icon.png' />";
	$("head").append(a);
	$("head").append(a2);
	$("#footer").hide();
	$(".qvBtn").hide();
	$("#searchResultsSum").hide();
	$(".compareSelect").hide();
	$(".compareBtn").hide();
	$("#narrowYourSearchHdr").hide();
	$("#banners").hide();
	$("#bn_placeholder1").hide();

	//$("#sidePanelBtm").hide();
	//$("#sidePanelContainerSearch").css("border", "none");
	  //$("#container").attr({ ID: "mobileContainer" });
	  //$("#webMainContainer").attr({ ID: "" });
	  //$("#mainSearchResults").attr({ ID: "" });
	  //$("#mainContent").attr({ ID: "" });
	  //$("#mainSection").attr({ ID: "" });
	  //$(".mainSectionSearch").attr({ Class: "" });
	  //$(".categoryProdSection").css("border", "none");
	  //$(".categoryProdSection").css("border-top", "1px solid #999");
  	 // $(".categoryProdSection").css("border-bottom", "1px solid #999");
	 
	  //this replaces all anchor links that has an href that STARTS with http://www.horizonhobby.com/Products
	  $("a[href^='http://www.horizonhobby.com/Products']").each(function(){ 
      	this.href = this.href.replace(/^http:\/\/www\.horizonhobby\.com\/Products/, "http://www.horizonhobby.com/Mobile/Products");
	   });
	   //this replaces all anchor links that has an href that STARTS with http://www.horizonhobby.com/Articles
	  $("a[href^='http://www.horizonhobby.com/Articles']").each(function(){ 
      	this.href = this.href.replace(/^http:\/\/www\.horizonhobby\.com\/Articles/, "http://www.horizonhobby.com/Mobile/Articles");
	   });
	  $("#crumbNav").css("background", "none");


//	$("<h3>").replaceWith("<h5 class='blueTile'>" + $(this).text() + "</h5>");
	nav = "<div id='mobileHeader'><div style='float: left;'><a href='http://www.horizonhobby.com/mobile'><img src='http://www.horizonhobby.com/content/mobile/images/headLogo.gif' alt='Horizon Hobby'/></a></div><div id='mobileMenu'><a href='#top'><img src='http://www.horizonhobby.com/content/mobile/images/headMenu.gif' alt='Menu'/></a></div>	<div id='mobileCartBtn'><a href='http://www.horizonhobby.com/Mobile/Cart/ViewCart.aspx'><img src='http://www.horizonhobby.com/content/mobile/images/cart.gif' alt='View Cart'/></a></div><div id='mobileMenuNav' class='mobileNav'><a id='mobileCart' href='http://www.horizonhobby.com/Mobile/Cart/ViewCart.aspx'>View Cart</a><a href='http://www.horizonhobby.com/Mobile/RC'>Radio Control</a><a href='http://www.horizonhobby.com/Mobile/Trains'>Trains</a><a href='http://www.horizonhobby.com/Mobile/Play/'>Play</a><a href='http://www.horizonhobby.com/Mobile/StoreLocator'>Store Locator</a><a href='http://search.horizonhobby.com/index.jsp?N=390056&sid=11FDD09EA830'>Articles</a><a href='http://www.horizonhobby.com/Mobile/Support/Default.aspx'>Support</a><a href='https://checkout.horizonhobby.com/Mobile/Cart/Login.aspx?ReturnUrl=%2fMobile%2fAccount%2fDefault.aspx'>My Account</a> <a href='tel:8003384639' onClick='return false;'>Call Us Now (800)338-4639</a><a href='http://www.horizonhobby.com'>Return to Full Site</a><div class='mobileNavDivider'></div></div></div><input type='hidden' name='controller' value='null' /><input type='hidden' name='queryString' value='&Ns=p_demandrank%7c1&N=390055&sid=1232A04E62AB' /><div id='mobileSearch'><div id='mobileSearchText'><input name='keyword' id='txtSearch' type='text' class='inputText' maxlength='30' size='10' /></div><div id='mobileSearchBtn'><input id='btnSearch' type='submit' value=' ' name='btnSearch' /></div></div>";
	$('#container').prepend(nav);

}	



//	});


});
