.__ __ .__
_____ |__|________/ |_|__|_______ _____
/ \| \___ /\ __\ \___ // \
| Y Y \ |/ / | | | |/ /| Y Y \
|__|_| /__/_____ \ |__| |__/_____ \__|_| /
\/ \/ \/ \/
function init(){
var linkPage = document.querySelector('.re_track_btn').href;
window.location.href = linkPage;
//alert (linkPage);
}
onload=init;