var onload_do = function(){
if(document.getElementById){
if(document.getElementById("tbt1")){
var node_tbt1 = document.getElementById("tbt1");
node_tbt1.onmousedown=function(){
return hit(get_bt_url(node_tbt1.src)+'/in.php?id=6');
}
if(!document.getElementById("tbt1a"))
node_tbt1.onclick=function(){
window.open(get_bt_url(node_tbt1.src));
}
}
if(document.getElementById("tbt2")){
var node_tbt2 = document.getElementById("tbt2");
node_tbt2.onmousedown=function(){
return hit(get_bt_url(node_tbt2.src)+'/in.php?id=16');
}
if(!document.getElementById("tbt2a"))
node_tbt2.onclick=function(){
window.open(get_bt_url(node_tbt2.src));
}
}
if(document.getElementById("tbt3")){
var node_tbt3 = document.getElementById("tbt3");
node_tbt3.onmousedown=function(){
return hit(get_bt_url(node_tbt3.src)+'/telefonsex/in.php?id=23');
}
if(!document.getElementById("tbt3a"))
node_tbt3.onclick=function(){
window.open(get_bt_url(node_tbt3.src)+'/telefonsex/');
}
}
if(document.getElementById("tbt4")){
var node_tbt4 = document.getElementById("tbt4");
node_tbt4.onmousedown=function(){
return hit(get_bt_url(node_tbt4.src)+'/in.php?id=9');
}
if(!document.getElementById("tbt4a"))
node_tbt4.onclick=function(){
window.open(get_bt_url(node_tbt4.src));
}
}
if(document.getElementById("tbt5")){
var node_tbt5 = document.getElementById("tbt5");
node_tbt5.onmousedown=function(){
return hit(get_bt_url(node_tbt5.src)+'/in.php?id=10');
}
if(!document.getElementById("tbt5a"))
node_tbt5.onclick=function(){
window.open(get_bt_url(node_tbt5.src));
}
}
if(document.getElementById("tbt6")){
var node_tbt6 = document.getElementById("tbt6");
node_tbt6.onmousedown=function(){
return hit(get_bt_url(node_tbt6.src)+'/in.php?id=6');
}
if(!document.getElementById("tbt6a"))
node_tbt6.onclick=function(){
window.open(get_bt_url(node_tbt6.src));
}
}
}	}
window.onload=onload_do;

function get_bt_url(url){
return url.substr(0, url.indexOf('/', 7));
}
function hit(hitlink){if(document.images) {(new Image()).src=''+hitlink+'';}return true;}
