/**/ function getURLParam(strParamName){ var strReturn = ""; var strHref = window.location.href; if ( strHref.indexOf("?") > -1 ){ var strQueryString = strHref.substr(strHref.indexOf("?")).toLowerCase(); var aQueryString = strQueryString.split("&"); for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){ if (aQueryString[iParam].indexOf(strParamName.toLowerCase() + "=") > -1 ){ var aParam = aQueryString[iParam].split("="); strReturn = aParam[1]; break; } } } return unescape(strReturn); } function QSObject(querystring){ //Create regular expression object to retrieve the qs part var qsReg = new RegExp("[?][^#]*","i"); hRef = unescape(querystring); var qsMatch = hRef.match(qsReg); //removes the question mark from the url qsMatch = new String(qsMatch); qsMatch = qsMatch.substr(1, qsMatch.length -1); //split it up var rootArr = qsMatch.split("&"); for(i=0;i




Attention: You need to have JavaScript enabled to use this page.

*/ var request='http://book.nozio.com/Search/Search.aspx?onlineid='+onlineid+'&culture='+culture+''; if(gologin)request='http://book.nozio.com/user/login.aspx?onlineid='+onlineid+'&culture='+culture+''; else if(ysrch!='' && year!='' && month!='' && day!='' && nights!='' && rooms!='' && adults!='') request='http://book.nozio.com/Start.aspx?onlineid='+onlineid+'&culture='+culture+'&ysrch='+ysrch+'&year='+year+'&month='+month+'&day='+day+'&nights='+nights+'&rooms='+rooms+'&adults='+adults; else if(searchcal==true)request='http://book.nozio.com/Search/SearchStdCalendar.aspx?onlineid='+onlineid+'&culture='+culture+''; document.write(((gologin)?'

'+str+'

':'')+''); try{ document.getElementById("bolIFrame").src = pageTracker._getLinkerUrl(request); }catch(err){}