function wirtecookie_currency()
{
var Days = 1
var exp   = new Date();
exp.setTime(exp.getTime() + Days*24*60*60*1000);
document.cookie="Currency="+escape(document.exchangerate.Currency.value)+";path=/;domain=www.sign-in-china.com;expires="+ exp.toGMTString();
window.location.href=window.location.href;
}
function addToFavorite()
{
thisURL = document.URL;
thisTITLE = "Sign-in-China.com - "+document.title;
window.external.addFavorite(thisURL,thisTITLE)
}
