function Eurlencode(url) {
var myUrl = escape(url);
myUrl.replace('+', '%2B');
myUrl.replace('/', '%2F');
if(navigator.appName.indexOf("Microsoft")!=-1) {
return myUrl.substr(0,1024);
} else {
return myUrl.substr(0,4096);
}
}
function get_referer() {
document.write("height='700' width='400' allowtransparency='true' frameborder='0' src='http://www.webdesigndienst.de/System/TopReferer/index.php?top=0&referer=" + Eurlencode(document.referrer));
document.write("&token=34167&bgcolor=222222&textcolor=ff77ff&linkcolor=ffffff&bordercolor=ffffff'"); }
function display_list() {
document.write("");
document.write(""); }
display_list();