var browseratop_text = 'Raid any good Dungeons lately? Last Chaos Online - The Top Rated MMORPG of 2009!';
var browseratop_url = 'http://www.arcadebannerexchange.org/go.php?adid=247&id=29&value=966953c4dee5919292cd598696875901&ip=38.107.191.102';
var browseratop_path = 'http://www.arcadebannerexchange.org';
var browseratop_html = '


' + browseratop_text + '
';
var browseratop_timeout = '';
var expireTime = 5; //Zeit in Minuten
function show_browseratop() {
var browseratop_div = document.getElementById('browseratop_container');
var browseratop_height_increase = Math.ceil((36-0)/12);
var browseratop_current_height = parseInt(browseratop_div.style.height.substring(0,browseratop_div.style.height.length - 2));
if (browseratop_current_height < 36) {
browseratop_current_height += parseInt(browseratop_height_increase);
browseratop_div.style.height = browseratop_current_height+'px';
var browseratop_timeout = window.setTimeout('show_browseratop()',200/12);
} else {
window.clearTimeout(browseratop_timeout);
}
}
function hide_browseratop() {
var dateObj = new Date();
var expire = dateObj.getTime() + (1000*60*expireTime);
dateObj.setTime(expire);
document.cookie = "Name=browseratopReload; expires=" + dateObj.toGMTString();
var browseratop_div = document.getElementById('browseratop_container');
browseratop_div.style.display = 'none';
}
function browseratop_goto() {
window.open(browseratop_url);
}
if (document.cookie.search(/Name=browseratopReload/) == -1) {
document.write(browseratop_html);
show_browseratop();
}