//-------------------------------------------------------------------------- // Variables //-------------------------------------------------------------------------- var d,w; var jA,jL,jE; var jsAll,jsLayer,jsElement; if (!ss) { d = document; w = window; jA = d.all; jL = d.layers; jE = d.getElementById; jsAll = jA?1:0; jsLayer = jA?0:jL?1:0; jsElement = jA||jL?0:jE?1:0; } //-------------------------------------------------------------------------- // Frame //-------------------------------------------------------------------------- function frame() { var r = header() + "
" + menu() + "" + errorBox(msg_error, "Fehler", "#800000", true) + noticeBox(msg_notice, "Notiz", "#008000", true) + content() + "" + info() + "
" + footer() + environment() + ""; if (ss) return r; else d.write(r); } //-------------------------------------------------------------------------- // Header //-------------------------------------------------------------------------- function header() { var r = "" + "" + "" + "
" + ""+announce+"
"; return r; } //-------------------------------------------------------------------------- // Footer (de) //-------------------------------------------------------------------------- function footer() { return "
" + "Seite erstellt in "+(pime/1000)+" Sekunden!
" + "Missbrauch melden | © 2000 by Together24 | Impressum
" + "Jegliche Benutzung dieses Services unterliegt den, unter diesem Link erreichbaren AGB!
" + "

Über Together24 sind (unter anderem durch Links,) Informationen erreichbar, die nicht Ursprung von Together24 sind. Zum Teil können solche Links und andere Inhalte auf dieser Site durch Benutzer/Mitglieder selbst gesetzt werden, ohne dass diese von Together24 überprüft werden. Daher erklären wir ausdrücklich, dass wir keinerlei Einfluß auf die Gestalltung noch den Inhalt haben. Dies gilt für gelinkte Seiten, sowie der von Benutzern hinterlegten Informationen (insb. in Bild und Text). Together24 distanziert sich hiermit ausdrücklich von diesen Inhalten. Die von Benutzern hinterlegten Information geschieh aufgrund ihres eigenen freien Willens und Wollens. Wir bitten Sie, uns Kritik, anstössige Informationen und den Missbrauch dieser Website umgehend mitzuteilen an: webmaster@together24.de.

" + "
"; } function openAGB() { window.open('http://www.together24.de/agb.htm','AGB','toolbar=no,status=no,location=no,menubar=no,scrollbars=yes,height=600,width=650'); return false; } //-------------------------------------------------------------------------- // Environment //-------------------------------------------------------------------------- function environment() { if (ss) return ""; var r = ""; if (typeof envCheck!='undefined') { r += ""; } if (typeof envApply!='undefined') { if (user[1]>=60)r += ""; if (jsLayer) r += ""; else r += ""; } if (typeof envGlob1!='undefined') r += ""; else if (typeof envGlob2!='undefined') r += ""; return r; } function tstamp() { var dat = new Date(); var dy = dat.getFullYear(); var dm = dat.getMonth()+1; if (dm<10) dm = "0"+dm; var dd = dat.getDate(); if (dd<10) dd = "0"+dd; var dh = dat.getHours(); if (dh<10) dh = "0"+dh; var di = dat.getMinutes(); if (di<10) di = "0"+di; var ds = dat.getSeconds(); if (ds<10) ds = "0"+ds; return dy+""+dm+""+dd+""+dh+""+di+""+ds; } //-------------------------------------------------------------------------- // Menu rotation //-------------------------------------------------------------------------- var rot_img, rot_width, rot_direc, rot_td, rot_loop=false; rotate(); function startRotate(img) { if (!d.images || rot_loop || ss) return; rot_img = d.images[img]; rot_width = rot_img.width; rot_loop = true; rot_direc = -1; rot_td = 'td_'+img; setBackground("3"); // d.all[rot_td].background = imgSrv+"but_back_right3.gif"; } function stopRotate() { if (ss) return; rot_loop = false; rot_img.width = rot_width; setBackground(""); // d.all[rot_td].background = imgSrv+"but_back_right.gif"; } function rotate() { if (ss) return; if (rot_loop) { rot_img.width = rot_img.width+rot_direc*5; if (rot_img.width<=0 || rot_img.width>=rot_width) rot_direc = rot_direc * -1; } setTimeout('rotate()',30); } function setBackground(id) { if (jsAll==1) d.all[rot_td].background = imgSrv+"but_back_right"+id+".gif"; else if (jsLayer==1) d.layers[rot_td].background = imgSrv+"but_back_right"+id+".gif"; else if (jsElement==1) d.getElementById(rot_td).background = imgSrv+"but_back_right"+id+".gif"; } //-------------------------------------------------------------------------- // Menu (de) //-------------------------------------------------------------------------- function menu() { var r = "" + (user[1]<20? menuButton("home", "Anmelden", "house"):"") + (user[1]>=30? menuButton("home", "Startseite", "house"):"") + (user[3]==1? menuButton("register", "Registrieren", "smile"):"") + menuButton("find", "Flirt finden", "lupe") + menuButton("gallery", "Bilder ansehen", "foto") + menuButton("top10", "Top 20", "top") + menuButton("online", "Wer ist online?", "sun"); if (user[1]>=60) { // user[ok] r += (user[7][2]==1? menuButton("forum", "Forum", "yang"):"") + (user[7][3]==1? chatButton("chat", "Chat", "phone"):"") + (user[7][5]==1? menuButton("pay1", "Upgraden", "candle"):""); } r += (user[0]>0? menuButton("logout", "Abmelden", "sand"):""); r += "" + "

" + " " + " " + "" + "

"; //if (user[8].length!=0 && user[8][2]==1) r += "Admin Payments
"; // user[adminpay] if (user[8].length!=0 && user[8][3]==1) r += "Admin Pictures"; // user[adminpic] r += "
"; r += "

"+user[0]; // user[userId] return r; } function menuButton(v1, v2, v3) { var lnk = ""; if (rId==1) lnk = "/"+v1; else lnk = "/T24"+sId+"?alink="+v1; return ""; } function chatButton(v1, v2, v3) { return ""; } //-------------------------------------------------------------------------- // Info (de) //-------------------------------------------------------------------------- function info() { return "" + "" + "" + "" + "
"+infoContent()+"
"; } function infoContent() { var r = ""; r += ""; if (user[0]<=0) { r += ""; } else if (user[10]>0) { r += "" + ""; } if (user[0]<=0 || user[10]>0) r += ""; r += "
Du bist nicht angemeldet!
" + (user[10]==1?"Du hast eine neue Nachricht":"Du hast "+user[10]+" neue Nachrichten") + "
Klick hier!
"+infoBox("Benutzer online: "+online)+"
"; if (user[0]>0) r += (user[7][0]?"\"Schnellzugriff":"") + (user[7][1]?"\"Schnellzugriff":"") // + "\"Schnellzugriff" + "\"Dein" + "\"Schnellzugriff" + "\"Schnellzugriff"; r += "" + onlineList() + "" + "" + "" + "" + "" + "" + "
"+infoBox("Weiterempfehlen")+"

Empfiehl uns weiter! Trage in das Feld oben einfach die EMail-Adresse Deiner Freundin oder Deines Freundes ein und klicke auf 'Email senden'.
 
"+infoBox("Partner Sites")+"
Partner Links
Tour Schweiz
Auktionen ...
"; return r; } function onlineList() { var r = ""; var t; if (onlineFemale.length!=0) { r += "" + ""+infoBox("Letzten "+onlineFemale.length/9+" Frauen
online:")+"" + ""+onlineEntry(onlineFemale)+""; } if (onlineMale.length!=0) { r += "" + ""+infoBox("Letzten "+onlineMale.length/9+" Männer
online:")+"" + ""+onlineEntry(onlineMale)+""; } if (user[1]>=40 && lastVisitors.length!=0) { r += "" + ""+infoBox("Die letzten "+lastVisitors.length/9+" Besucher
auf Deinem Profil:")+"" + ""+visitorEntry(lastVisitors)+""; } return r; } function onlineEntry(t) { if (t.length==0) return ""; var bg = ""; var r = ""; var lnk = ""; for (var i=0; i=80) bg = "#A5EBEA"; if (rId==1) lnk = "/"+t[i]+"/"+escape(t[i+3]); else lnk = "/T24"+sId+"?alink=profile&of="+t[i]; r += ""; } return (r+"
"+t[i+3]+" ("+t[i+2]+")
"); } function visitorEntry(t) { if (t.length==0) return ""; var bg = ""; var r = ""; var lnk = ""; for (var i=0; i=80) bg = "#A5EBEA"; if (rId==1) lnk = "/"+t[i]+"/"+escape(t[i+3]); else lnk = "/T24"+sId+"?alink=profile&of="+t[i]; r += ""; } r += ""; return (r+"
"+(t[i+5]==1?"":"")+(t[i+6]==1?""+t[i+3]+"":t[i+3])+" ("+t[i+2]+")"+(t[i+5]==1?"":"")+"
... mehr
"); } function infoBox(title) { return "" + " " + " " + " " + "" + " " + " " + "
"+title+"
"; } //-------------------------------------------------------------------------- // Floating Picture //-------------------------------------------------------------------------- function myPic() { if (jsAll) { // d.all.t1.style.top=(d.body.clientHeight)+(d.body.scrollTop)-204; // w.onscroll = myPic; } else if (jsLayer) { // d.layers.t1.top=(w.innerHeight)+(w.pageYOffset)-204; // setInterval ('myPic()', 1000); } else if (jsElement) { //d.getElementById('t1').style.top=(w.innerHeight)+(scrollY)-204; //d.getElementById('t1').style.top=(d.body.clientHeight)+(d.body.scrollTop)-204; //setInterval ('myPic()', 1000); } } function startPic() { // if (jsLayer) d.write(""); } function showPic() { // if (jsAll) d.write("
 
"); // else if (jsLayer) d.write("
"); // else if (jsElement) d.write(""); // else return false; myPic(); } //-------------------------------------------------------------------------- // Tools //-------------------------------------------------------------------------- function htmlBox_old(content, title, cols) { return "
" + "" + "" + content + "
1?" colspan=\""+cols+"\"":"")+" bgcolor=\"#000080\">"+title+"
"; } function msgBox_old(content, title, color) { if (content=="") return ""; return "
" + "" + "" + "" + "
"+title+"
"+content+"
"; } function htmlBox(content, title, cols) { return box(content, title, "box", "#000080", false); } function errorBox(content, title, color, hasSign) { if (content=="") return ""; content = addBR(content); return box(""+(hasSign?"":"")+""+content+"", title, "err", color, false)+"
"; } function noticeBox(content, title, color, hasSign) { if (content=="") return ""; content = addBR(content); return box(""+(hasSign?"":"")+""+content+"", title, "not", color, false)+"
"; } function box(content, title, pic, color, isPop) { var cl = ""; if (isPop) cl = "
"+title+"
"; else cl = ""+title+""; return "
" + "" + " " + " " + " " + "" + " " + " " + " " + "" + " " + " " + " " + "" + " " + " " + " " + " " + " " + "
"+cl+"
" + "" + content + "
" + "
" + "
"; } function simpleBox(content, align, fullWidth) { return "" + " " + " " + " " + "" + " " + " " + " " + "" + " " + " " + " " + "
"+content+"
"; } //---------------------------------------------------------------------------------------------------- // crossbrowser //---------------------------------------------------------------------------------------------------- function getObj(name) { if (jE) return d.getElementById(name); else if (jA) return d.all[name]; else if (jL) return _getObjNN4(d,name); // if (jE) {this.obj = d.getElementById(name);this.style = d.getElementById(name).style;} // else if (jA) {this.obj = d.all[name]; this.style = d.all[name].style;} // else if (jL) {this.obj = _getObjNN4(d,name); this.style = this.obj;} } function getValue(name) { var x = getObj(name); return x.value; } function getValue2(name, value2) { if (jE && !d.getElementById(name) || jA && !d.all[name] || jL && !d.layers.id==name) return value2; var x = getObj(name); return x.value; } function _getObjNN4(obj,name) { var x = obj.layers; var foundLayer; for (var i=0;i"+arr[i]+""; return r; } function selectSorted(arr, id) { // --- order array var a = new Array(); a[0] = new Array(0,""); for (var i=1; i"+a[i][1]+""; return r; } function array10(arr, id) { return arr[parseInt(id/10)]; } function arraySplit(arr, ids) { var r = ""; ids += ""; var a = ids.split(","); for (var i=0; i0) if (v.substr(0,1)=="0") v = v.substr(1,v.length); else break; return parseInt(v); } function security_select(name, value) { var r = ""; r += " Alle  " + " Nur Freunde/Bekannte  " + " Niemand"; return r; } function getHTMLentry(usr,i) { var lnk = ""; if (rId==1) lnk = "/"+usr[i+0]+"/"+escape(usr[i+3]); else lnk = "/T24"+sId+"?alink=profile&of="+usr[i+0]+"&picId="+usr[i+12]; return "" + "" + "" + "
" + "" + "" + ""+usr[i+3]+"("+usr[i+2]+")
" + ""+usr[i+8]+"x "+usr[i+9]+" \""+usr[i+10]+"\"
" + "
Schreib mir" + ""; } function sort_alpha(a, b) { var a1 = a[1].toLowerCase().replace(/ä/g,"a").replace(/ö/g,"o").replace(/ü/g,"u").replace(/ß/g,"s"); var b1 = b[1].toLowerCase().replace(/ä/g,"a").replace(/ö/g,"o").replace(/ü/g,"u").replace(/ß/g,"s"); if (a[0]==0) return -1; if (b[0]==0) return 1; if (a1b1) return 1; return 0; } function addBR(txt) { return txt.replace(/\n/g,"
"); } //---------------------------------------------------------------------------------------------------- // smilies //---------------------------------------------------------------------------------------------------- function smile(str) { str = unescape(str); // decodeURI str = str.replace(/:-\(\(/gi, ""); str = str.replace(/:\(\(/gi, ""); str = str.replace(/\*wut\*/gi, ""); str = str.replace(/:o\]/gi, ""); str = str.replace(/\*prost\*/gi, ""); str = str.replace(/:-\)/gi, ""); str = str.replace(/:\)/gi, ""); str = str.replace(/:-D/gi, ""); str = str.replace(/:D/gi, ""); str = str.replace(/\*grins\*/gi, ""); str = str.replace(/:-O/gi, ""); str = str.replace(/:O/gi, ""); str = str.replace(/:-P/gi, ""); str = str.replace(/:P/gi, ""); str = str.replace(/;-\)/gi, ""); str = str.replace(/;\)/gi, ""); str = str.replace(/:-\(/gi, ""); str = str.replace(/:\(/gi, ""); str = str.replace(/8-\)/gi, ""); str = str.replace(/8\)/gi, ""); str = str.replace(/:-@/gi, ""); str = str.replace(/:@/gi, ""); str = str.replace(/:'\(/gi, ""); str = str.replace(/\*heul\*/gi, ""); str = str.replace(/\*cry\*/gi, ""); str = str.replace(/:-X/gi, ""); str = str.replace(/:X/gi, ""); str = str.replace(/:-\*/gi, ""); str = str.replace(/\(K\)/gi, ""); str = str.replace(/\*kuss\*/gi, ""); str = str.replace(/\*kiss\*/gi, ""); str = str.replace(/\*biz\*/gi, ""); str = str.replace(/\*bisou\*/gi, ""); str = str.replace(/\(U\)/gi, ""); str = str.replace(/\*knuddel\*/gi, ""); str = str.replace(/\*hug\*/gi, ""); str = str.replace(/\*hi\*/gi, ""); str = str.replace(/\*wink\*/gi, ""); str = str.replace(/\*hallo\*/gi, ""); str = str.replace(/\*hello\*/gi, ""); str = str.replace(/\(L\)/gi, ""); str = str.replace(/\*love\*/gi, ""); str = str.replace(/:-\$/gi, ""); str = str.replace(/\*oops\*/gi, ""); str = str.replace(/\*sorry\*/gi, ""); str = str.replace(/\(C\)/gi, ""); str = str.replace(/\*cafe\*/gi, ""); str = str.replace(/\*coffee\*/gi, ""); str = str.replace(/\*pause\*/gi, ""); str = str.replace(/:-\|/gi, ""); str = str.replace(/:\|/gi, ""); str = str.replace(/:~\(/gi, ""); str = str.replace(/\(V\)/gi, ""); str = str.replace(/\(A\)/gi, ""); str = str.replace(/\*guru\*/gi, ""); str = str.replace(/\*wow\*/gi, ""); str = str.replace(/:-Q/gi, ""); str = str.replace(/;-D/gi, ""); str = str.replace(/\*lol\*/gi, ""); str = str.replace(/\+o\(/gi, ""); str = str.replace(/\*kotz\*/gi, ""); str = str.replace(/\*würg\*/gi, ""); str = str.replace(/\*puke\*/gi, ""); str = str.replace(/\(Z\)/gi, ""); str = str.replace(/\*zputz\*/gi, ""); str = str.replace(/\*zzz\*/gi, ""); str = str.replace(/\*schnarch\*/gi, ""); str = str.replace(/\*sleep\*/gi, ""); str = str.replace(/8-\]/gi, ""); str = str.replace(/:\^D/gi, ""); str = str.replace(/\*top\*/gi, ""); str = str.replace(/\(T\)/gi, ""); str = str.replace(/\*tröt\*/gi, ""); str = str.replace(/\(@\)/gi, ""); str = str.replace(/\*sauf\*/gi, ""); str = str.replace(/\(&\)/gi, ""); str = str.replace(/\*ice\*/gi, ""); str = str.replace(/\*eis\*/gi, ""); str = str.replace(/\(P\)/gi, ""); str = str.replace(/\*tel\*/gi, ""); str = str.replace(/\(D\)/gi, ""); str = str.replace(/\*drive\*/gi, ""); str = str.replace(/\(B\)/gi, ""); str = str.replace(/\*bäh\*/gi, ""); str = str.replace(/\*ätsch\*/gi, ""); str = str.replace(/\(H\)/gi, ""); str = str.replace(/\*hilfe\*/gi, ""); str = str.replace(/\*help\*/gi, ""); str = str.replace(/\(W\)/gi, ""); str = str.replace(/\*work\*/gi, ""); str = str.replace(/\(S\)/gi, ""); str = str.replace(/\*smash\*/gi, ""); str = str.replace(/\(\*\)/gi, ""); str = str.replace(/\*doing\*/gi, ""); str = str.replace(/\(\+\)/gi, ""); str = str.replace(/\*applaus\*/gi, ""); str = str.replace(/\*clap\*/gi, ""); str = str.replace(/\(G\)/gi, ""); str = str.replace(/\*spooky\*/gi, ""); str = str.replace(/\*huuu\*/gi, ""); str = str.replace(/\*gost\*/gi, ""); str = str.replace(/\(R\)/gi, ""); str = str.replace(/\*rock\*/gi, ""); str = str.replace(/\*rocking\*/gi, ""); str = str.replace(/\*groove\*/gi, ""); str = str.replace(/\(F\)/gi, ""); str = str.replace(/\(X\)/gi, ""); str = str.replace(/\*xmas\*/gi, ""); str = str.replace(/\*sheep\*/gi, ""); str = str.replace(/\*schaf\*/gi, ""); str = str.replace(/\*dog\*/gi, ""); str = str.replace(/\*hund\*/gi, ""); str = str.replace(/\*horse\*/gi, ""); str = str.replace(/\*pferd\*/gi, ""); str = str.replace(/\*elefant\*/gi, ""); str = str.replace(/\*elephant\*/gi, ""); str = str.replace(/\*cow\*/gi, ""); str = str.replace(/\*kuh\*/gi, ""); str = str.replace(/\*fish\*/gi, ""); str = str.replace(/\*fisch\*/gi, ""); return str; } function smilies(id) { return "" + " " + "" + " " + " " + " " + " " + " " + " " + "" + " " + " " + " " + " " + " " + " " + "" + " " + " " + " " + " " + " " + " " + "" + " " + " " + " " + " " + " " + " " + "" + " " + "
Verfügbare Smilies:
Smilies aktivieren?
"; } //-------------------------------------------------------------------------- // Popup //-------------------------------------------------------------------------- var bounce; var popobj; var scrtop; function openpop(content, title, xbut) { if (!jE && !jA && !jL) return; content = box(content, title, "box", "#000080", xbut); if (jA) { d.all.popwin.innerHTML = content; d.all.popwin.left='200'; } else if (jL) { d.layers['popwin'].document.open(); d.layers['popwin'].document.write(content); d.layers['popwin'].document.close(); } else if (jE) { d.getElementById('popwin').innerHTML= content; } bounce = 32; // must be divisible by 8 popobj = jE?d.getElementById("popwin").style:jA?d.all.popwin:d.popwin; scrtop = jA?d.body.scrollTop:window.pageYOffset; popobj.top = scrtop-250; popobj.width = 310; popobj.left = jA?d.body.clientWidth/2-155:jE?window.innerWidth/2-155:window.innerWidth/2-155; popobj.visibility=(jE||jA)?"visible":"show"; intdrop = setInterval("_drop()",50); } function _drop() { scrtop = jA?d.body.scrollTop:window.pageYOffset; if (parseInt(popobj.top)<150+scrtop) { popobj.top = parseInt(popobj.top)+40; } else { clearInterval(intdrop); intbounce = setInterval("_bounce()",50); } } function _bounce() { popobj.top = parseInt(popobj.top)-bounce; if (bounce<0) bounce+=8; bounce = bounce*-1; if (bounce==0) clearInterval(intbounce); } function closepop(){ if (window.intbounce) clearInterval(intbounce); popobj.visibility = "hidden"; } function friendAsk(pic, picSrv, nickName, userId, gender) { var r = "
" + "" + "" + "" + "" + "" + "
"+nickName+", "+(gender=='M'?"einer Deiner Freunde":"eine Deiner Freundinnen")+", hat sich eben angemeldet und freut sich bestimmt über eine Nachricht von Dir!
" + "Dieses Fenster nicht mehr anzeigen

" + "" + "" + " " + "
" + "
"; openpop(r,(gender=='M'?"Ein Freund":"Eine Freundin")+" hat sich eben angemeldet",true); window.focus(); } function promotionAsk(level) { var r = "" + " " + "" + " " + " " + "" + " " + "
Kostenlose eine höhere Mitgliedschaft?
Kein Problem :-) Klick hier, dann kannst Du Deine Freunde zu Together24 einladen und gleichzeitig Punkte sammeln die Du in eine höhere Mitgliedschaft eintauschen kannst.
Klick hier!
"; openpop(r,"Freunde einladen ...",true); window.focus(); }