function __detect(pPub_id,pCustomUrl)
{if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))||(navigator.userAgent.match(/iPad/i))||(navigator.userAgent.match(/Android/i)))
{if(pCustomUrl)
window.location=pCustomUrl;else
{myUrl="http://www.pubyfiesta.com";try
{var scr=document.getElementsByTagName('script');var ii;var item;var myUrl;for(ii=0;ii<scr.length;ii++)
{item=scr[ii];if(item.getAttribute("src")&&item.getAttribute("src").indexOf("agentDetect.js")>0)
{myUrl=item.getAttribute("src");var nPos=myUrl.indexOf("/",10);myUrl=myUrl.substring(0,nPos);}}}
catch(e){}
window.location=myUrl+"/iphone/?pub_id="+pPub_id;}}}
