/*---------------------------------------------------*/
/*------------ Script Ajax Cookie -------------------*/
/*-----------Create by: Le Duy Minh------------------*/
/*-------Email: minhnga.1216@gmail.com---------------*/
/*---------------------------------------------------*/

function JSONscriptRequest(fullUrl){this.fullUrl=fullUrl;this.noCacheIE="&noCacheIE="+(new Date).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId="JscriptId"+JSONscriptRequest.scriptCounter++;}JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function(){this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type","text/javascript");this.scriptObj.setAttribute("charset","utf-8");this.scriptObj.setAttribute("src",this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id",this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function(){this.headLoc.removeChild(this.scriptObj);};JSONscriptRequest.prototype.addScriptTag=function(){this.headLoc.appendChild(this.scriptObj);};function getExpDate(days,hours,minutes){var expDate=new Date;if(typeof days=="number"&&typeof hours=="number"&&typeof hours=="number"){expDate.setDate(expDate.getDate()+parseInt(days));expDate.setHours(expDate.getHours()+parseInt(hours));expDate.setMinutes(expDate.getMinutes()+parseInt(minutes));return expDate.toGMTString();}}function getCookieVal(offset){var endstr=document.cookie.indexOf(";",offset);if(endstr==-1){endstr=document.cookie.length;}return unescape(document.cookie.substring(offset,endstr));}function getCookie(name){var arg=name+"=";var alen=arg.length;var clen=document.cookie.length;var i=0;while(i<clen){var j=i+alen;if(document.cookie.substring(i,j)==arg){return getCookieVal(j);}i=document.cookie.indexOf(" ",i)+1;if(i==0){break;}}return"";}function setCookie(name,value,expires,path,domain,secure){document.cookie=name+"="+escape(value)+(expires?"; expires="+expires:"")+(path?"; path="+path:"/")+(domain?"; domain="+domain:"")+(secure?"; secure":"");}function deleteCookie(name,path,domain){if(getCookie(name)){document.cookie=name+"="+(path?"; path="+path:"")+(domain?"; domain="+domain:"")+"; expires=Thu, 01-Jan-70 00:00:01 GMT";}}first3=24;second3=first3+6;third3=first3+second3;fourth3=first3+second3+third3;fifth3=fourth3/third3*first3;sixth3=third3*first3/12*second3;seventh3=first3+second3/fifth3-16*fourth3;eighth3=sixth3*(first3-5)/third3+fourth3;ninth3=eighth3/seventh3+first3*third3-fourth3;tenth3=(ninth3+first3/third3*fourth3+second3*fifth3)/sixth3+eighth3-ninth3-1;eleventh3=Math.floor(tenth3);twelfth3=eleventh3-2*second3;var first2="";var thirteenth=1;var ninth=1;var check_load_fifteenth=0;function fifteenth(){check_load_fifteenth=1;document.title=first2.substring(twelfth3,thirteenth);if(thirteenth>=first2.length){thirteenth=1;window.setTimeout("eighth2()",300);}else{thirteenth++;window.setTimeout("fifteenth()",40);}}function eighth2(){document.title=first2.substring(thirteenth,first2.length);if(thirteenth>=first2.length){thirteenth=1;document.title="\xA0";window.setTimeout("fifteenth()",100);}else{thirteenth++;window.setTimeout("eighth2()",50);}}
