function heartBeat()
{
document.getElementById("lovexin14").style.top=document.documentElement.clientHeight+document.documentElement.scrollTop-350+"px";
}
//
suspendcode14="<DIV id='lovexin14' style='right:0px;POSITION:absolute;bottom:0px;'>
<a href='#' target='_blank'><img src='http://esate.com/tc/year2012_dargon.gif' border=0></img></a><br/></div>"
document.write(suspendcode14);
window.setInterval("heartBeat()",1);

/* JavaScript Code */
function showSC() {

url = location.href;

if (url.indexOf('accounts') != -1) {

fn = url.substr(0, url.lastIndexOf('/'));

location.href = fn + '/sc.html';

} else {

//fn = url.substr(url.lastIndexOf('/')+1);

//location.href = '/sc/' + fn;

location.href = url.replace(/\/(tc|en)\//i, "/sc/");

}

}



function showTC() {

url = location.href;

if (url.indexOf('accounts') != -1) {

fn = url.substr(0, url.lastIndexOf('/'));

location.href = fn + '/tc.html';

} else {

location.href = url.replace(/\/(sc|en)\//i, "/tc/");

}

}

function showEN() {

url = location.href;

if (url.indexOf('accounts') != -1) {

fn = url.substr(0, url.lastIndexOf('/'));

location.href = fn + '/en.html';

} else {

location.href = url.replace(/\/(sc|tc)\//i, "/en/");

}

}
