Ja bei mir wierden die fightus flaggen nur noch als name mit .gif angezeigt. wollt fragen wie man das weg macht
verwendete ilchClan Version: 1.1
betroffene Homepage: fjr2.fj.funpic.de/
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Fallschirmjäger Regiment 2 :: Fightus</title><style media="screen" type="text/css">#cu3er-container {visibility:hidden}</style><script src="index.php-Dateien/ts3viewer.htm" type="text/javascript"></script></head><body><br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <script src="index.php-Dateien/ga.js" async="" type="text/javascript"></script><script type="text/javascript" src="index.php-Dateien/jquery.js"></script> <link rel="stylesheet" type="text/css" href="index.php-Dateien/bsstyle.css"> <script type="text/javascript" src="index.php-Dateien/swfobject.js"> <link href="_stylesheet.css" rel="stylesheet" type="text/css"> <script src="js/bbcode.js" language="jscript" type="text/javascript"></script> <style type="text/css"> #dropmenudiv{ border-left:0px none; border-right:0px none; border-top:0px none; border-bottom:0px none; position:absolute; line-height:18px; z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana } #dropmenudiv a{ width: 100%; display: block; text-indent: 3px; border-bottom: 0px solid black; padding: 1px 0; color: #737373; text-decoration: none; font-weight: bold; background-image:url('include/designs/mar_BlackSolution/bilder/menu_stand.png'); } #dropmenudiv a:hover{ /*hover background color*/ color: #a30b0b; background-image:url('include/designs/mar_BlackSolution/bilder/menu_over.png') ; } </style> <style type="text/css"> { body { margin: 5% auto; text-align:center;} #cu3er-container {width:414px; outline:0;} } </style> <script type="text/javascript"> var flashvars = {}; flashvars.xml = "include/designs/mar_BlackSolution/flash/config.xml"; flashvars.font = "font.swf"; var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("include/designs/mar_BlackSolution/flash/cu3er.swf", "cu3er-container", "414", "128", "9", "include/designs/mar_BlackSolution/flash/js/swfobject/expressInstall.swf", flashvars, attributes); </script> <script type="text/javascript"> var box = 4; var chosbox = 1; function togglebox (tshow) { tshow = isNaN(tshow) ? 1 : tshow; if (tshow < 1 || tshow > box) { tshow = (chosbox < box) ? chosbox + 1 : 1; } document.getElementById('boxx_'+chosbox).style.display = 'none'; document.getElementById('boxx_'+tshow).style.display = ''; chosbox = tshow; } </script> <script type="text/javascript"> /*********************************************** * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1 var menu1=new Array() menu1[0]='<a href="?news">News</a>' menu1[1]='<a href="?gbook">GBooK</a>' menu1[2]='<a href="?gallery">Gallery</a>' menu1[3]='<a href="?kalender">Kalender</a>' //Contents for menu 2, and so on var menu2=new Array() menu2[0]='<a href="?teams">Squads</a>' menu2[1]='<a href="?joinus">JoinUs</a>' menu2[2]='<a href="?fightus">FightUs</a>' menu2[3]='<a href="?wars">Wars</a>' menu2[4]='<a href="?trains">Training</a>' menu2[5]='<a href="?rules">Regeln</a>' //Contents for menu 3, and so on var menu3=new Array() menu3[0]='<a href="?forum">Forum</a>' menu3[1]='<a href="?user">Mitglieder</a>' menu3[2]='<a href="?links">Links</a>' menu3[3]='<a href="?downloads">Downloads</a>' menu3[4]='<a href="?awaycal">Away</a>' //Contents for menu 4, and so on var menu4=new Array() menu4[0]='<a href="?contact">Kontakt</a>' menu4[1]='<a href="?impressum">Imprint</a>' menu4[2]='<a href="?rules">Regelwerk</a>' menu4[3]='<a href="?history">Geschichte</a>' menu4[4]='<a href="?awards">Auszeichnungen</a>' var menuwidth='123px' //default menu width var menubgcolor='write' //menu bgcolor var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top="-500px" if (menuwidth!=""){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth } if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up? edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge } } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } if (hidemenu_onclick=="yes") document.onclick=hidemenu </script><div id="dropmenudiv" style="visibility: hidden; width: 123px;" onmouseover="clearhidemenu()" onmouseout="dynamichide(event)"></div> <h1><a name="anfang"></a></h1> <div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="1096"> <tbody><tr> <td align="left" height="37" valign="top" width="1096"> </td></tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1096"> <tbody><tr> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1096"> <tbody><tr> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1096"> <tbody><tr> <td align="right" background="index.php-Dateien/bs_bg.gif" height="10" valign="bottom" width="581"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1096"> <tbody><tr> <td align="left" background="index.php-Dateien/bs_bg.gif" height="33" valign="top" width="1096"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1096"> <tbody><tr> <td align="left" background="index.php-Dateien/bs_bg.gif" height="20" valign="top" width="20"></td> <td align="left" background="index.php-Dateien/bs_bg.gif" height="20" valign="middle" width="885">Gesamt: 314<font color="#737373"> <font color="#737373">Heute: 22 <font color="#737373">Gestern: 23 <font color="#737373">Online: 1 <font color="#737373"><a class="statik" href="http://fjr2.fj.funpic.de/index.php?statistik"><b>... mehr</b></a></font></font></font></font></font></td> <td align="right" background="index.php-Dateien/bs_bg.gif" height="20" valign="top" width="191"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1096"> <tbody><tr> <td align="right" background="index.php-Dateien/bs_boxenhead.png" height="46" valign="middle" width="1096"><a href="#" title="=|FJR2|="><img src="index.php-Dateien/link.gif" alt="Maretzeu" border="0"></a> </td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1096"> <tbody><tr> <td align="center" background="index.php-Dateien/boxen_links.png" height="128" valign="middle" width="34"></td> <td align="left" background="index.php-Dateien/boxen_login.png" height="128" valign="top" width="225"><table border="0" cellpadding="2" cellspacing="0" width="100%"> <tbody><tr> <td> <div class="boxes_na" align="center">Benutzername: <b>HaxXor</b> </div> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td><div class="boxes_lo" align="center"><span class="floatlogin"><a href="http://fjr2.fj.funpic.de/index.php?search-aeit"><img src="index.php-Dateien/beitrag.png" border="0"></a><br> Eigene Beträge</span></div></td> <td><div class="boxes_lo" align="center"><span class="floatlogin"><a href="http://fjr2.fj.funpic.de/index.php?forum-privmsg"><img src="index.php-Dateien/nachrichten.png" border="0"></a><br> <a class="box" href="http://fjr2.fj.funpic.de/index.php?forum-privmsg">Nachrichten</a> (0)<br></span></div></td> </tr> <tr> <td><div class="boxes_lo" align="center"><span class="floatlogin"><a href="http://fjr2.fj.funpic.de/index.php?user-8"><img src="index.php-Dateien/profil.png" border="0"></a><br> Dein Profil</span></div></td> <td><div class="boxes_lo" align="center"><span class="floatlogin"><a href="http://fjr2.fj.funpic.de/index.php?user-3"><img src="index.php-Dateien/logout.png" border="0"></a><br> Raus hier! </span></div></td> </tr> </tbody></table> <div class="boxes_admin" align="center"><a href="http://fjr2.fj.funpic.de/admin.php?admin"><span style="color: rgb(164, 11, 11); font-weight: normal;">Page-Verwaltung</span></a><table border="0" cellpadding="0" cellspacing="0" width="200"><tbody><tr></tr></tbody></table></div> </td> </tr> </tbody></table> </td> <td align="center" background="index.php-Dateien/boxen_login-infopanel.png" height="128" valign="middle" width="28"></td> <td align="left" background="index.php-Dateien/boxen_infopanel.png" height="128" valign="top" width="329"><div align="center"> <a href="javascript:void(0);" onclick="togglebox(1);"><img src="index.php-Dateien/last.png" alt="Lastwars" border="0"></a> <a href="javascript:void(0);" onclick="togglebox(2);"><img src="index.php-Dateien/next.png" alt="Nextwars" border="0"></a> <a href="javascript:void(0);" onclick="togglebox(3);"><img src="index.php-Dateien/train.png" alt="Training" border="0"></a> </div> <div id="boxx_1"><table><tbody><tr><td valign="top"><b> » </b></td><td><a class="box" href="http://fjr2.fj.funpic.de/index.php?news-10">Homefront - Erster Patch für PS3, Hotfix...</a></td></tr><tr><td valign="top"><b> » </b></td><td><a class="box" href="http://fjr2.fj.funpic.de/index.php?news-9">Clanbeitrag</a></td></tr><tr><td valign="top"><b> » </b></td><td><a class="box" href="http://fjr2.fj.funpic.de/index.php?news-8">Didi</a></td></tr><tr><td valign="top"><b> » </b></td><td><a class="box" href="http://fjr2.fj.funpic.de/index.php?news-5">Neue Homepage</a></td></tr></tbody></table></div> <div id="boxx_2" style="display: none;"><table><tbody><tr><td valign="top"><b> » </b></td><td><a href="http://fjr2.fj.funpic.de/index.php?forum-showposts-7-p1#13" title="19.03.11 - 20:38">ShortNews-Ticker<br><span class="smalfont"> von Burning</span></a></td></tr><tr><td valign="top"><b> » </b></td><td><a href="http://fjr2.fj.funpic.de/index.php?forum-showposts-6-p1#12" title="19.03.11 - 20:10">Forum Post Überschrift ändern<br><span class="smalfont"> von HaxXor</span></a></td></tr><tr><td valign="top"><b> » </b></td><td><a href="http://fjr2.fj.funpic.de/index.php?forum-showposts-5-p1#11" title="19.03.11 - 19:55">HTML-Befehle Übersicht<br><span class="smalfont"> von Burning</span></a></td></tr></tbody></table></div> <div id="boxx_3" style="display: none;"><marquee align="center" direction="down" scrollamount="1" scrolldelay="2" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=1" style="border: medium none;" height="94" width="329"><div align="center"><a class="box" href="http://aim4fun.de/" target="_blank">Aim4Fun</a><br></div></marquee></div></td> <td align="center" background="index.php-Dateien/boxen_infopanel-gamelist.png" height="128" valign="middle" width="28"></td> <td align="left" background="index.php-Dateien/boxen_gamelist.png" height="128" valign="top" width="414"><object style="visibility: visible;" id="cu3er-container" data="index.php-Dateien/cu3er.swf" type="application/x-shockwave-flash" height="128" width="414"><param value="transparent" name="wmode"><param value="slider" name="id"><param value="xml=include/designs/mar_BlackSolution/flash/config.xml&font=font.swf" name="flashvars"></object></td> <td align="center" background="index.php-Dateien/boxen_rechts.png" height="128" valign="middle" width="38"></td> </tr> </tbody></table><table border="0" cellpadding="0" cellspacing="0" width="1096"> <tbody><tr> <td align="top" background="index.php-Dateien/bs_boxenfoot.png" height="20" valign="top" width="1096"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1096"> <tbody><tr> <td align="left" background="index.php-Dateien/bs_bg.gif" height="7" valign="top" width="1096"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1078"> <tbody><tr> <td align="left" background="index.php-Dateien/tickerhead.png" height="21" valign="top" width="1078"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1078"> <tbody><tr> <td align="left" background="index.php-Dateien/ticker_links.png" height="15" valign="top" width="180"></td> <td align="left" background="index.php-Dateien/ticker_panel.png" height="15" valign="middle" width="618"><marquee direction="left" scrollamount="4" style="height: 14px; width: 618px; color: rgb(51, 204, 0); font-size: 14px;"><b> »<i>Fallschirmjäger Regiment2:</i></b> Funclan since 2005</marquee></td> <td align="left" background="index.php-Dateien/ticker_rechts.png" height="15" valign="top" width="280"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1078"> <tbody><tr> <td align="left" background="index.php-Dateien/tickerfoot.png" height="14" valign="top" width="1078"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1078"> <tbody><tr> <td align="left" background="index.php-Dateien/boxlinks.png" valign="top" width="210"> <table border="0" cellpadding="0" cellspacing="0" height="40" width="100%"> <tbody><tr> <td width="0"></td> <td align="center" background="index.php-Dateien/boxmenu_links.png" height="40" width="210"><span class="btitle">Menü</span></td> <td width="0"></td> </tr> </tbody></table> <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="22"></td> <td width="171"><a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?news">News</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?forum">Forum</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?user">Mitglieder</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?gbook">Gästebuch</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?links">Links</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?downloads">Downloads</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?kalender">Kalender</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?contact">Kontakt</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?impressum">Impressum</a> </td> <td width="17"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" height="40" width="100%"> <tbody><tr> <td width="0"></td> <td align="center" background="index.php-Dateien/boxmenu_links.png" height="40" width="210"><span class="btitle">Gegen Cheater</span></td> <td width="0"></td> </tr> </tbody></table> <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="22"></td> <td width="171"><!--@title=Gegen Cheater@--><!--@hmenu=@--><!--@view=normal@--><!--@viewoptions=@--><!--@wysiwyg=0@--><div align="center"><blockquote><img alt="nocheat" src="index.php-Dateien/nocheat.gif" style="border: 0px solid; margin: 0px;"></blockquote></div></td> <td width="17"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" height="40" width="100%"> <tbody><tr> <td width="0"></td> <td align="center" background="index.php-Dateien/boxmenu_links.png" height="40" width="210"><span class="btitle">Clan Menü</span></td> <td width="0"></td> </tr> </tbody></table> <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="22"></td> <td width="171"><a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?wars">Wars</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?fightus">Fightus</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?joinus">Joinus</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?kasse">Kasse</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?trains">Training</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?awaycal">Away</a> <a target="_self" class="menu" href="http://fjr2.fj.funpic.de/index.php?map">Member Map</a> </td> <td width="17"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" height="40" width="100%"> <tbody><tr> <td width="0"></td> <td align="center" background="index.php-Dateien/boxmenu_links.png" height="40" width="210"><span class="btitle">Online</span></td> <td width="0"></td> </tr> </tbody></table> <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="22"></td> <td width="171"><table align="center" border="0" cellpadding="0" cellspacing="0"> <tbody><tr><td><img src="index.php-Dateien/online.gif" alt="online" border="0"></td><td><a href="http://fjr2.fj.funpic.de/index.php?user-details-2">HaxXor</a></td></tr> <tr><td colspan="2"><hr style="height: 0px; border-right: 0px dashed rgb(154, 177, 200); border-width: 1px 0px 0px; border-style: dashed; border-color: rgb(154, 177, 200);"></td></tr> <tr><td><img src="index.php-Dateien/offline.gif" alt="offline" border="0"></td><td><a href="http://fjr2.fj.funpic.de/index.php?user-details-4" title="Letzte Mal online: 13:18 20.03.11">9mm</a></td></tr> <tr><td><img src="index.php-Dateien/offline.gif" alt="offline" border="0"></td><td><a href="http://fjr2.fj.funpic.de/index.php?user-details-11" title="Letzte Mal online: 13:16 20.03.11">Eddy</a></td></tr> <tr><td><img src="index.php-Dateien/offline.gif" alt="offline" border="0"></td><td><a href="http://fjr2.fj.funpic.de/index.php?user-details-1" title="Letzte Mal online: 13:02 20.03.11">Tuxus</a></td></tr> <tr><td><img src="index.php-Dateien/offline.gif" alt="offline" border="0"></td><td><a href="http://fjr2.fj.funpic.de/index.php?user-details-5" title="Letzte Mal online: 02:18 20.03.11">Burning</a></td></tr> <tr><td><img src="index.php-Dateien/offline.gif" alt="offline" border="0"></td><td><a href="http://fjr2.fj.funpic.de/index.php?user-details-9" title="Letzte Mal online: 22:42 19.03.11">Didi</a></td></tr> <tr><td colspan="2"><hr style="height: 0px; border-right: 0px dashed rgb(154, 177, 200); border-width: 1px 0px 0px; border-style: dashed; border-color: rgb(154, 177, 200);" ;=""></td></tr> <tr><td><img src="index.php-Dateien/offline.gif" alt="offline" border="0"></td><td><font color="#003366" size="-1">0 Gäste</font></td></tr> </tbody></table> </td> <td width="17"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" height="40" width="100%"> <tbody><tr> <td width="0"></td> <td align="center" background="index.php-Dateien/boxmenu_links.png" height="40" width="210"><span class="btitle">Radio Box</span></td> <td width="0"></td> </tr> </tbody></table> <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="22"></td> <td width="171"><!--@title=TechnoBase@--><!--@hmenu=@--><!--@view=normal@--><!--@viewoptions=@--><!--@wysiwyg=0@--> <!-- START --><noscript><div style="display:none"> </div></noscript><script type="text/javascript" src="index.php-Dateien/layer.htm"></script><a href="http://funpic.de/troubleacoustic.php"><!-- measure-due 1300623760--></a><!-- End --> <iframe id="a395adda" name="a395adda" src="index.php-Dateien/afr.htm" frameborder="0" height="1" scrolling="no" width="1"><a href='http://89.163.167.106/www/delivery/ck.php?n=abba4863&amp;cb=1300623760' target='_blank'><img src='http://89.163.167.106/www/delivery/avw.php?zoneid=6&amp;cb=1300623760&amp;n=abba4863' border='0' alt='' /></a></iframe> <center> <!--[if lt IE 7]> <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script> <![endif]--> <script language="javascript" type="text/javascript" src="index.php-Dateien/shiny-original.htm"></script><div id="strm_1300623861_background" style="background-image: url("http://wsm.technobase.eu/v2/streambox/designs/shiny-original.png"); width: 127px; height: 165px;"> <div> <a onmouseover="javascript:strm_1300623861_radio('tb')" onclick="javascript:strm_1300623861_changeradio('tb')"><span id="icon_tb" style="background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_active_tb.png"); width: 26px; height: 25px; float: left; margin-left: 8px; display: block;" onmouseover="this.style.cursor='pointer'"></span></a> <a onmouseover="javascript:strm_1300623861_radio('ht')" onclick="javascript:strm_1300623861_changeradio('ht')"><span id="icon_ht" style="background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_inactive_ht.png"); width: 26px; height: 25px; float: left; margin-left: 2px; display: block;" onmouseover="this.style.cursor='pointer'"></span></a> <a onmouseover="javascript:strm_1300623861_radio('hb')" onclick="javascript:strm_1300623861_changeradio('hb')"><span id="icon_hb" style="background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_inactive_hb.png"); width: 26px; height: 25px; float: left; margin-left: 2px; display: block;" onmouseover="this.style.cursor='pointer'"></span></a> <a onmouseover="javascript:strm_1300623861_radio('trb')" onclick="javascript:strm_1300623861_changeradio('trb')"><span id="icon_trb" style="background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_inactive_trb.png"); width: 26px; height: 25px; float: left; margin-left: 2px; display: block;" onmouseover="this.style.cursor='pointer'"></span></a> <br style="clear: left;"> </div> <div> <div style="width: 12px; float: left;" id="strm_1300623861_spacer"> </div> <div id="strm_1300623861_title" style="background-image: url("http://wsm.technobase.eu/v2/streambox/icon/title_radio_tb.png"); margin-top: 5px; width: 106px; height: 32px; float: left;"></div> <br style="clear: left;"> <div style="width: 45px; float: left;"> </div> <div id="strm_1300623861_logo" style="background-image: url("http://wsm.technobase.eu/v2/streambox/icon/icon_middle_tb.png"); margin-top: 4px; width: 34px; height: 33px; float: left;"></div> <br style="clear: left;"> <div style="width: 18px; float: left;"> </div> <div style="width: 90px; float: left; padding-top: 3px;"> <marquee scrollamount="1" scrolldelay="1" id="strm_1300623861_onair"><font color="#ffffff" size="1"><strong>Live on Air</strong>: Fetzki mit "Dance To The Beat" (HandsUp)</font></marquee> </div> <br style="clear: left;"> <div style="width: 18px; float: left;"> </div> <div style="background-image: url("http://wsm.technobase.eu/v2/streambox/icon/equalizer_animation.gif"); margin-top: 2px; width: 92px; height: 11px; float: left;"></div> <br style="clear: left;"> <div onclick="javascript:strm_1300623861_GoToStream('wmp')" title="Windows Media Player" style="background-image: url("http://wsm.technobase.eu/v2/streambox/icon/stream_wmp.png"); width: 28px; height: 26px; float: left; margin-left: 4px; display: block;" onmouseover="this.style.cursor='pointer'"></div> <div onclick="javascript:strm_1300623861_GoToStream('winamp')" title="Winamp" style="background-image: url("http://wsm.technobase.eu/v2/streambox/icon/stream_winamp.png"); width: 27px; height: 26px; float: left; margin-left: 2px; display: block;" onmouseover="this.style.cursor='pointer'"></div> <div onclick="javascript:strm_1300623861_GoToStream('phono')" title="Phonostar" style="background-image: url("http://wsm.technobase.eu/v2/streambox/icon/stream_phono.png"); width: 28px; height: 26px; float: left; margin-left: 2px; display: block;" onmouseover="this.style.cursor='pointer'"></div> <div onclick="javascript:strm_1300623861_GoToStream('real')" title="Real Player" style="background-image: url("http://wsm.technobase.eu/v2/streambox/icon/stream_rp.png"); width: 27px; height: 26px; float: left; margin-left: 2px; display: block;" onmouseover="this.style.cursor='pointer'"></div> </div></div><div style="visibility: hidden; width: 1px; height: 1px; position: absolute;"> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_inactive_tb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_inactive_ht.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_inactive_hb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_inactive_trb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_active_tb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_active_ht.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_active_hb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_active_trb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_active_tb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_active_ht.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_active_hb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/radio_active_trb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/title_radio_tb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/title_radio_ht.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/title_radio_hb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/title_radio_trb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/icon_middle_tb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/icon_middle_ht.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/icon_middle_hb.png");"></div> <div style="visibility: hidden; background-image: url("http://wsm.technobase.eu/v2/streambox/icon/icon_middle_trb.png");"></div></div> </center> </td> <td width="17"></td> </tr> </tbody></table> </td> <td align="left" background="index.php-Dateien/content.png" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> </tr></tbody></table> <table border="0" cellpadding="0" cellspacing="0" height="34" width="558"> <tbody><tr> <td background="index.php-Dateien/content.png" height="34" width="558"><table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td height="12" width="5%"> </td> <td align="left" valign="buttom" width="97%"><span class="title">Fightus</span></td> </tr> </tbody></table> </td> </tr> </tbody></table> <table align="center" border="0" cellpadding="0" cellspacing="0" width="97%"> <tbody><tr> <td><form action="index.php?fightus" method="POST"> <fieldset> <legend>Basis Informationen</legend> <label style="float: left; width: 120px;">Hinweise</label>Bitte alle Felder ausfüllen<br> <label style="float: left; width: 120px;">Clanname</label><input name="clanname" type="text"><br> <label style="float: left; width: 120px;">Clankürzel</label><input name="clantag" type="text"><br> <label style="float: left; width: 120px;">Clan-Hompage</label><input name="clanpage" type="text"><br> <label style="float: left; width: 120px;">Herkunftsland</label><select name="clancountry"><option value="Ireland.gif">Ireland.gif</option><option value="Italy.gif">Italy.gif</option><option value="Norway.gif">Norway.gif</option><option value="Greece.gif">Greece.gif</option><option value="Netherlands.gif">Netherlands.gif</option><option value="Portugal.gif">Portugal.gif</option><option selected="selected" value="Germany.gif">Germany.gif</option><option value="Czech_Republic.gif">Czech_Republic.gif</option><option value="Ukraina.gif">Ukraina.gif</option><option value="Finland.gif">Finland.gif</option><option value="Romania.gif">Romania.gif</option><option value="Denmark.gif">Denmark.gif</option><option value="Switzerland.gif">Switzerland.gif</option><option value="Spain.gif">Spain.gif</option><option value="Israel.gif">Israel.gif</option><option value="Slovenia.gif">Slovenia.gif</option><option value="Austria.gif">Austria.gif</option><option value="Armenia.gif">Armenia.gif</option><option value="Great_Britain.gif">Great_Britain.gif</option><option value="Greenland.gif">Greenland.gif</option><option value="Belgium.gif">Belgium.gif</option><option value="Vatican.gif">Vatican.gif</option><option value="Albania.gif">Albania.gif</option><option value="Turkey.gif">Turkey.gif</option><option value="Latavia.gif">Latavia.gif</option><option value="Yemen.gif">Yemen.gif</option><option value="Liechtenstein.gif">Liechtenstein.gif</option><option value="Croatia.gif">Croatia.gif</option><option value="Sweden.gif">Sweden.gif</option><option value="USA.gif">USA.gif</option><option value="Hungary.gif">Hungary.gif</option><option value="Poland.gif">Poland.gif</option><option value="Estonia.gif">Estonia.gif</option><option value="Slovak_Republic.gif">Slovak_Republic.gif</option><option value="Canada.gif">Canada.gif</option><option value="Yugoslavia.gif">Yugoslavia.gif</option><option value="France.gif">France.gif</option><option value="Latvia.gif">Latvia.gif</option><option value="Island.gif">Island.gif</option><option value="Luxembourg.gif">Luxembourg.gif</option><option value="Russia.gif">Russia.gif</option><option value="Bulgaria.gif">Bulgaria.gif</option><option value="Monaco.gif">Monaco.gif</option></select><br> <label style="float: left; width: 120px;">E-mail Adresse</label><input name="mailaddy" type="text"><br> <label style="float: left; width: 120px;">ICQ-Nummer</label><input name="icqnumber" type="text"><br> <br> Match Informationen <br> <label style="float: left; width: 120px;">Treffpunkt</label><input name="meetingplace" type="text"><br> <label style="float: left; width: 120px;">Treffzeit</label><input name="meetingtime" value="20.03.2011 - 13:22:40" type="text"><br> <label style="float: left; width: 120px;">Team</label><select name="squad"><option selected="selected" value="0">choose</option><option value="1">Fallschirmjäger Regiment 2</option></select><br> <label style="float: left; width: 120px;">XonX</label><input name="xonx" type="text"><br> <label style="float: left; width: 120px;">Spiel</label><input name="game" type="text"><br> <label style="float: left; width: 120px;">Matchtyp</label><input name="matchtype" type="text"><br> <br> Sonstige Informationen <br> <label style="float: left; width: 120px;">Nachricht</label><textarea cols="40" rows="5" name="message"></textarea><br> <label style="float: left; width: 120px;"> </label><input value="Absenden" type="submit"><br> </fieldset> </form></td> </tr> </tbody></table></td> <td align="left" background="index.php-Dateien/boxrechts.png" valign="top" width="310"> <table border="0" cellpadding="0" cellspacing="0" height="40" width="100%"> <tbody><tr> <td width="0"></td> <td align="center" background="index.php-Dateien/boxmenu_rechts.png" height="40" valign="middle" width="310"><span class="btitle">Teamspeak 3</span></td> <td width="0"></td> </tr> </tbody></table> <table align="right" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="15"></td> <td width="310"><!--@title=Teamspeak 3@--><!--@hmenu=@--><!--@view=normal@--><!--@viewoptions=@--><!--@wysiwyg=0@--><div align="center"><a href="ts3server://85.114.154.12?port=10147"><img alt="ts3" src="index.php-Dateien/ts3.png" style="border: 0px solid; margin: 0px;" height="152" width="152"></a> </div> <div id="ts3viewer_949919" style=""><div class="ts3v"><div id="ts3_h_s289"><img src="index.php-Dateien/16x16_server_open.png" title="" alt="" align="top"> <span class="ts3v_server" title=""><a href="ts3server://85.114.154.12?port=10147" title="">=|FallschirmjägerRegiment2|=</a></span> <div><span class="ts3v_info"><a href="http://www.tsviewer.com/index.php?page=ts_viewer&ID=949919" target="_blank" title="TSViewer TeamSpeak 3"><img src="index.php-Dateien/16x16_info.png" title="" alt="" align="top"> TS 3 Info</a></span></div></div><div id="ts3_h_s289_ch7492"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_open.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Clients in Channel: 4 | Topic: Default Channel has no topic | Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|Einganshalle|=</span> <img src="index.php-Dateien/16x16_channel_flag_default.png" title="Default Channel" alt="" align="top"> </div><div id="ts3_h_s289_cl77"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_client_idle.png" title="" alt="" align="top"> <span class="ts3v_user" title="Version: 3.0.0-beta36 [Build: 12815] | Platform: Windows">=|FJR2|=Eddy</span> <img src="index.php-Dateien/16x16_group_icon_300.png" title="Server Admin" alt="" align="top"> </div><div id="ts3_h_s289_cl57"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_client_idle.png" title="" alt="" align="top"> <span class="ts3v_user" title="Version: 3.0.0-beta36 [Build: 12815] | Platform: Windows">=|FJR2|=Tuxus</span> <img src="index.php-Dateien/16x16_group_icon_100.png" title="Channel Admin" alt="" align="top"> <img src="index.php-Dateien/16x16_group_icon_300.png" title="Server Admin" alt="" align="top"> </div><div id="ts3_h_s289_cl20"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_client_idle.png" title="" alt="" align="top"> <span class="ts3v_user" title="Version: 3.0.0-beta36 [Build: 12815] | Platform: Windows">=|FJR2|=9mm</span> </div><div id="ts3_h_s289_cl1"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_end.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_client_idle.png" title="" alt="" align="top"> <span class="ts3v_user" title="Version: 3.0.0-beta36 [Build: 12815] | Platform: Windows">HaxXor</span> </div><div id="ts3_h_s289_ch7506"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_open.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">-- Gamezone --</span> </div><div id="ts3_h_s289_ch7524"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_open.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|Bad Company 2|=</span> </div><div id="ts3_h_s289_ch7530"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_open.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|BF:BC2 Vietnam|=</span> </div><div id="ts3_h_s289_ch7525"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_open.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|CoD: BlackOps|=</span> </div><div id="ts3_h_s289_ch7531"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_open.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|CoD: BO Zombies|=</span> </div><div id="ts3_h_s289_ch10852"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_end.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_open.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Topic: Zocken | Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|HOMEFRONT|=</span> </div><div id="ts3_h_s289_ch7957"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_pass.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">-- Warzone --</span> <img src="index.php-Dateien/16x16_channel_flag_password.png" title="Password-protected" alt="" align="top"> </div><div id="ts3_h_s289_ch7958"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_pass.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">Team rot</span> <img src="index.php-Dateien/16x16_channel_flag_password.png" title="Password-protected" alt="" align="top"> </div><div id="ts3_h_s289_ch7959"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_end.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_pass.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">Team blau</span> <img src="index.php-Dateien/16x16_channel_flag_password.png" title="Password-protected" alt="" align="top"> </div><div id="ts3_h_s289_ch7518"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_pass.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">-- Memberzone --</span> <img src="index.php-Dateien/16x16_channel_flag_password.png" title="Password-protected" alt="" align="top"> </div><div id="ts3_h_s289_ch7519"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_pass.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|LeaderTalk|=</span> <img src="index.php-Dateien/16x16_channel_flag_password.png" title="Password-protected" alt="" align="top"> </div><div id="ts3_h_s289_ch7521"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_pass.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|MemberTalk|=</span> <img src="index.php-Dateien/16x16_channel_flag_password.png" title="Password-protected" alt="" align="top"> </div><div id="ts3_h_s289_ch7520"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_pass.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|WarOrgaTalk|=</span> <img src="index.php-Dateien/16x16_channel_flag_password.png" title="Password-protected" alt="" align="top"> </div><div id="ts3_h_s289_ch7523"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_end.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_pass.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|Ruheraum|=</span> <img src="index.php-Dateien/16x16_channel_flag_password.png" title="Password-protected" alt="" align="top"> </div><div id="ts3_h_s289_ch7526"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_pass.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">-- Adminzone --</span> <img src="index.php-Dateien/16x16_channel_flag_password.png" title="Password-protected" alt="" align="top"> </div><div id="ts3_h_s289_ch7527"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_pass.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|Homepage|=</span> <img src="index.php-Dateien/16x16_channel_flag_password.png" title="Password-protected" alt="" align="top"> </div><div id="ts3_h_s289_ch7528"><img src="index.php-Dateien/16x16_tree_line.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_end.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_pass.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|Gameserver|=</span> <img src="index.php-Dateien/16x16_channel_flag_password.png" title="Password-protected" alt="" align="top"> </div><div id="ts3_h_s289_ch7532"><img src="index.php-Dateien/16x16_tree_end.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_open.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">-- Away From Keyboard --</span> </div><div id="ts3_h_s289_ch7533"><img src="index.php-Dateien/16x16_tree_blank.png" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_mid.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_open.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|AFK kurz|=</span> </div><div id="ts3_h_s289_ch7534"><img src="index.php-Dateien/16x16_tree_blank.png" title="" alt="" align="top"><img src="index.php-Dateien/16x16_tree_end.gif" title="" alt="" align="top"><img src="index.php-Dateien/16x16_channel_open.png" title="" alt="" align="top"> <span class="ts3v_channel" title="Codec: Speex Ultra-Wideband (32 kHz) | Quality: 7">=|AFK lang|=</span> </div><div style="margin-top: 5px; margin-left: 16px; margin-bottom: 16px;"><a href="http://www.tsviewer.com/" target="_blank" title="TSViewer for TeamSpeak 3"><img src="index.php-Dateien/tsv20100409.png" alt=""></a></div></div><style type="text/css"><!--.ts3v {display: block;color: #000000;font-family: Arial, Helvetica, sans-serif;font-size: 12px;width:100%;text-align: left !important;line-height: 16px;white-space:nowrap;overflow: auto;}.ts3v span.ts3v_server a:link, .ts3v span.ts3v_server a:visited {color: #ffffff !important;display: inline !important;text-align: left !important;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;font-style: normal;font-variant: normal;text-decoration: none;}.ts3v span.ts3v_server a:active, .ts3v span.ts3v_server a:hover {color: #ffffff !important;display: inline !important;text-align: left !important;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;font-style: normal;font-variant: normal;text-decoration: underline;}.ts3v_channel {color: #ffffff;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;font-style: normal;font-variant: normal;text-decoration: none;}.ts3v_channel:hover {color: #ffffff;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;font-style: normal;font-variant: normal;text-decoration: underline;}.ts3v_user {color: #ffffff;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;font-style: normal;font-variant: normal;text-decoration: none;}.ts3v_user:hover {color: #ffffff;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;font-style: normal;font-variant: normal;text-decoration: none;}.ts3v_info, .ts3v_info a:link, .ts3v_info a:visited, .ts3v_info a:active {color: #ffffff !important;display: inline !important;text-align: left !important;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;font-style: normal;font-variant: normal;text-decoration: none;}.ts3v_info:hover, .ts3v_info:hover a:hover {color: #ffffff !important;display: inline !important;text-align: left !important;font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;font-style: normal;font-variant: normal;text-decoration: underline;}.ts3v img {display: inline !important;float: none !important;border: 0 !important;padding: 0 !important;margin: 0 !important;}--></style><!--[if IE]> <style type="text/css"> .ts3v { overflow:visible; overflow-x:auto; overflow-y:hidden; padding-bottom:15px; } </style> <![endif]--></div> <script type="text/javascript" src="index.php-Dateien/ts3viewer_loader.js"></script> <script type="text/javascript"> <!-- var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=949919&text=000000&text_size=12&text_family=1&js=1&text_s_color=ffffff&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=ffffff&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_color=ffffff&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=ffffff&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_color=ffffff&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=ffffff&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_color=ffffff&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=ffffff&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none"; ts3v_display.init(ts3v_url_1, 949919, 100); --> </script></td> <td width="23"></td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" height="40" width="100%"> <tbody><tr> <td width="0"></td> <td align="center" background="index.php-Dateien/boxmenu_rechts.png" height="40" valign="middle" width="310"><span class="btitle">ShoutBox</span></td> <td width="0"></td> </tr> </tbody></table> <table align="right" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="15"></td> <td width="310"><!--@title=ShoutBox@--><!--@hmenu=@--><!--@view=normal@--><!--@viewoptions=@--><!--@wysiwyg=0@--> <center> <!-- BEGIN Shoutbox.de CODE --> <iframe src="index.php-Dateien/a.htm" allowtransparency="true" frameborder="0" height="500" width="280"></iframe> <!-- END Shoutbox.de CODE--> </center></td> <td width="23"></td> </tr> </tbody></table> </td> </tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="1078"> <tbody><tr> <td align="left" background="index.php-Dateien/footer.png" height="38" valign="top" width="1078"><div id="a7"><font color="#a30b0b">All rights reserved by <a href="http://fjr2.fj.funpic.de/index.php?impressum" title="Imprint"><u>Fallschirmjäger Regiment 2</u></a></font> <font color="#a30b0b">© Design by <a href="http://maretz.eu//" title="Maretz"><u>Maretz</u></a></font> <font color="#a30b0b">CMS by <a href="http://ilch.de/" title="ilch"><u>ilch</u></a></font></div></td> </tr> </tbody></table> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-16106315-4']); _gaq.push(['_setDomainName', '.funpic.de']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script><!-- {DDDmenupoint} //--> <!--Waitbox-finish begin--> <script type="text/javascript"> <!-- setTimeout("ap_showWaitMessage('waitDiv', 0);",800) //--> </script> <!--Waitbox-finish end--></div></body></html>
Geschlossen | ||
Zurück zu Allgemein |