function addLoadLitener(f){if(typeof window.addEventListener!="undefined"){window.addEventListener("load", f, false);}else{if(typeof document.addEventListener!="undefined"){document.addEventListener("Load", f, false);}else{if(typeof window.attachEvent!="undefined"){window.attachEvent("onload", f);}else{var oldf=window.onload;if(typeof window.onload!="function"){window.onload=f;}else{window.onload=function(){oldf();f();}}}}}};var mess=null;function isFHsUser(){var url=window.location.href;if(url.indexOf("fh_user_id=")!=-1 && url.indexOf("targetwebsite=")!=-1){return true;}else{mess = "Parameters are wrong";return false;}};function getIdFromUrl(){var url=window.location.href;var UserID=url.split("fh_user_id=")[1].split("&")[0];return UserID;};function writeUserID(userid){var expire=new Date(new Date().getTime()+1000*60*60*24*30);var cookie="fh_user_id_pan=" + userid + "|targetwebsite=" + window.location.href.split("targetwebsite=")[1].split("&")[0] + "|;path=/";document.cookie=cookie;};function getUserID(){if(document.cookie!=null){var cookie=document.cookie.split(";");for(i=0; i < cookie.length; i ++){if(cookie[i].indexOf("fh_user_id_pan")!=-1){return cookie[i].split("fh_user_id_pan=")[1].split("|")[0];}}}};function gettargetwebsite(){if(document.cookie!=null){var cookie=document.cookie.split(";");for(i=0; i < cookie.length; i ++){if(cookie[i].indexOf("targetwebsite")!=-1){return cookie[i].split("targetwebsite=")[1].split("|")[0];}}}};function order(shopName, orderID, productName, productPrice, productID, productNum, orderTime, commission){this.shopName=escape(shopName);this.orderID="l1l"+orderID;this.productName=escape(productName);this.productPrice=productPrice;this.productNum=productNum;this.productID=escape(productID);this.orderTime=orderTime;this.commission=commission;this.postOrder=function(){if(this.shopName==""||this.orderID==""||this.commission==""){mess="Post Fail";}else{var UserID=getUserID();if(UserID!="" && UserID!=null){var targetwebsite=gettargetwebsite();var url;if(window.location.href.indexOf(targetwebsite)!=-1){url="http://www.fanhuan.com/receiveorder/?shopName="+this.shopName+"&orderID="+this.orderID+"&productName="+this.productName+"&productPrice="+this.productPrice +"&productNum="+this.productNum+"&orderTime="+this.orderTime+"&commission="+this.commission+"&UserID="+UserID+"&productID="+this.productID+"&targetwebsite="+targetwebsite;var bodyElement=document.getElementsByTagName("body")[0];var iframeElement=document.createElement("iframe");iframeElement.setAttribute("src", url);iframeElement.style.display="none";bodyElement.appendChild(iframeElement);iframeElement = null;}else{mess="Lost targetweb";}}}};this.postOrder();};function begin(){if(isFHsUser()){writeUserID(getIdFromUrl().replace(" ",""));}};begin();function writecookie(cookiename,cookievalue){cookiename=escape(cookiename);cookievalue=escape(cookievalue);var mycookies=cookiename+"UserID="+cookievalue+"; path=/";document.cookie=mycookies;}function readcookie(name){var first,last;var mycookies=document.cookie;first=mycookies.indexOf(name+'=');if (first !=-1){first += name.length+1;last=mycookies.indexOf(';',first);if (last==-1){last=mycookies.length;}return unescape(mycookies.substring(first,last));}else{return false;};}

