<!
DOCTYPE
HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<
html
>
<
head
>
<
meta
http-equiv
=
"Content-Script-Type"
content
=
"text/javascript"
>
<
meta
http-equiv
=
"Content-Type"
content
=
"text/html; charset=iso-8859-1"
>
<
meta
name
=
"Author"
content
=
"-][DP][-LuCiFeR"
>
<
meta
name
=
"Publisher"
content
=
"Die Philosoffen"
>
<
meta
name
=
"Copyright"
content
=
"Script Copyright by ilch.de Design Copyright -][DP][-LuCiFeR (bought from zurro-gaming.de)"
>
<
meta
name
=
"Page-topic"
content
=
"Philosoffen - Clanscript"
>
<
meta
name
=
"Audience"
content
=
"Alle"
>
<
meta
name
=
"Robots"
content
=
"INDEX,FOLLOW, ALL"
>
<
meta
http-equiv
=
"cache-control"
content
=
"no-cache"
>
<
meta
http-equiv
=
"Pragma"
content
=
"no-cache"
>
<
meta
name
=
"Robots"
content
=
"archive"
>
<
meta
name
=
"allow-search"
content
=
"YES"
>
<
meta
name
=
"Keywords"
content
=
"Tiberium Wars, TW, Zero Hour, ZH, Command & Conquer, CundC, C&C, CnC, World in Conflict, WiC, Gilde, saufen, Bier, Alkohl, Crysis, Clan, Esport, E-Sport, CS, Counter-Strike, Counter Strike, Americas Army, AA, Spiele, Games, News, Demos, Videos, Downloads, Patches, Online, Portal"
>
<
meta
name
=
"Description"
content
=
"Ein E-Sports Clan der etwas anderen Art "
>
<
meta
name
=
"Abstract"
content
=
"Ein E-Sports Clan der etwas anderen Art "
>
<
meta
http-equiv
=
"Content-Language"
content
=
"de"
>
<
meta
http-equiv
=
"Content-Type"
content
=
"text/html; charset=windows-1252"
>
<
title
>{TITLE}</
title
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"include/designs/design_58-rot/style.css"
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"include/includes/js/thickbox/thickbox.css"
>
<
style
type
=
"text/css"
>
body {
margin-left: 0px;
margin-top: 3px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #504E4F
}
.head {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; }
.head2 {font-size: 10px; color: #6DC903; font-weight: bold; }
</
style
>
<
style
type
=
"text/css"
>
#dropmenudiv{
position:absolute;
border-bottom-width: 1;
z-index:96;
}
#dropmenudiv a{
width: 96px;
display: block;
text-indent: 3px;
padding: 1px 0;
padding-left:5px;
text-decoration: none;
font-weight: normal;
color:#FFFFFF;
}
#dropmenudiv a:hover{ }
</
style
>
<
script
type
=
"text/javascript"
src
=
"include/includes/js/BBCodeGlobal.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"include/includes/js/interface.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"include/includes/js/thickbox/thickbox.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"include/includes/js/thickbox/jquery.js"
></
script
>
<
link
href
=
"/include/designs/design_58-rot/style.css"
rel
=
"stylesheet"
type
=
"text/css"
/>
<
script
type
=
"text/javascript"
>
/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.de)
* This notice MUST stay intact for legal use
***********************************************/
//Contents for menu 1
var menu1=new Array()
//Contents for menu 2, and so on
var menu2=new Array()
//Contents for menu 1
var menu3=new Array()
//Contents for menu 4
var menu4=new Array()
var menuwidth='96px' //default menu width
var menubgcolor='lightyellow' //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.depatMode && document.depatMode!="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>
</
head
>
<
body
>
<
center
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"850"
>
<
tbody
>
<
tr
>
<
td
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"850"
>
<
tbody
>
<
tr
>
<
td
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"850"
>
<
tbody
>
<
tr
>
<
tbody
>
<
tr
>
<
td
width
=
"18"
> </
td
>
<
td
width
=
"630"
>{_boxes_WSTATISTIK}</
td
>
<
td
width
=
"39"
> </
td
>
</
tr
>
</
tbody
>
</
table
></
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
<
td
><
img
src
=
"include/designs/design_58-rot/img/img_04.jpg"
border
=
"0"
height
=
"39"
width
=
"163"
></
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
<
tr
>
<
td
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"850"
>
<
tbody
>
<
tr
>
<
td
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"392"
>
<
tbody
>
<
tr
>
<
td
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"392"
>
<
tbody
>
<
tr
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
<
tr
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
<
tr
>
</
tr
>
<
tr
>
<
td
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"850"
>
<
tbody
>
<
tr
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"285"
>
<
tbody
>
<
tr
>
<
td
width
=
"10"
> </
td
>
<
td
width
=
"259"
> <
b
> <
font
color
=
"#666666"
face
=
"Arial"
size
=
"1"
> {_boxes_Nextwars}</
font
></
b
></
td
>
<
td
width
=
"16"
> </
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"280"
>
<
tbody
>
<
tr
>
<
td
width
=
"10"
> </
td
>
<
td
width
=
"255"
> <
b
> <
font
color
=
"#666666"
face
=
"Arial"
size
=
"1"
>{_boxes_lastwars}</
font
></
b
></
td
>
<
td
width
=
"15"
> </
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"285"
>
<
tbody
>
<
tr
>
<
td
width
=
"10"
> </
td
>
<
td
width
=
"259"
> <
b
> <
font
face
=
"Arial"
size
=
"1"
> {_boxes_lastforum}</
font
></
b
></
td
>
<
td
width
=
"16"
> </
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
<
tr
>
<
td
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"850"
>
<
tbody
>
<
tr
>
</
font
>
<
table
style
=
"border-collapse: collapse;"
id
=
"AutoNumber1"
border
=
"0"
bordercolor
=
"#111111"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"184"
>
<
tbody
>
<
tr
>
%1</
font
></
b
></
td
>
</
tr
>
<
tr
>
<
td
align
=
"center"
>
<
table
style
=
"border-collapse: collapse;"
id
=
"AutoNumber2"
border
=
"0"
bordercolor
=
"#111111"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"175"
>
<
tbody
>
<
tr
>
<
td
>%2</
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
} <
font
color
=
"#ffffff"
>{_list_menunr2@ </
font
>
<
table
style
=
"border-collapse: collapse;"
id
=
"AutoNumber1"
border
=
"0"
bordercolor
=
"#111111"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"184"
>
<
tbody
>
<
tr
>
%1</
font
></
b
></
td
>
</
tr
>
<
tr
>
<
td
align
=
"center"
>
<
table
style
=
"border-collapse: collapse;"
id
=
"AutoNumber2"
border
=
"0"
bordercolor
=
"#111111"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"160"
>
<
tbody
>
<
tr
>
<
td
><
font
color
=
"#999999"
>%2</
font
></
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
} <
br
>
</
td
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"483"
>
<
tbody
>
<
tr
>
<
td
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"483"
>
<
tbody
>
<
tr
>
<
td
align
=
"center"
width
=
"463"
>
<
br
/>
{EXPLODE}</
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"182"
>
<
tbody
>
<
tr
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"182"
>
<
tbody
>
<
tr
>
<
td
width
=
"10"
> </
td
>
<
td
width
=
"117"
><
font
style
=
"font-family: Tahoma; font-size: 10px;"
color
=
"#ffffff"
>User
Login </
font
></
td
>
<
td
width
=
"55"
> </
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
<
tr
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"182"
>
<
tbody
>
<
tr
>
<
td
width
=
"2"
><
font
color
=
"#ff0000"
face
=
"Arial"
size
=
"1"
>{_boxes_login}</
font
></
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
<
tr
>
<
td
>
<
font
color
=
"#ffffff"
>{_list_menunr3@
</
font
>
<
table
style
=
"border-collapse: collapse;"
id
=
"AutoNumber3"
border
=
"0"
bordercolor
=
"#111111"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"182"
>
<
tbody
>
<
tr
>
%1</
font
></
b
></
td
>
</
tr
>
<
tr
>
<
td
align
=
"center"
>
<
table
style
=
"border-collapse: collapse;"
id
=
"AutoNumber4"
border
=
"0"
bordercolor
=
"#111111"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"160"
>
<
tbody
>
<
tr
>
<
td
><
font
color
=
"#999999"
>%2</
font
></
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
} <
font
color
=
"#ffffff"
>{_list_menunr4@ </
font
>
<
table
style
=
"border-collapse: collapse;"
id
=
"AutoNumber3"
border
=
"0"
bordercolor
=
"#111111"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"182"
>
<
tbody
>
<
tr
>
%1</
font
></
b
></
td
>
</
tr
>
<
tr
>
<
td
align
=
"center"
>
<
table
style
=
"border-collapse: collapse;"
id
=
"AutoNumber4"
border
=
"0"
bordercolor
=
"#111111"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"160"
>
<
tbody
>
<
tr
>
<
td
><
font
color
=
"#999999"
>%2</
font
></
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
} </
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
<
tr
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"100%"
>
<
tbody
>
<
tr
>
<
td
width
=
"40%"
> </
td
>
<
td
width
=
"8%"
><
a
href
=
"http://www.ilch.de"
title
=
"Clan CMS"
><
font
color
=
"#000000"
>ilch.de</
font
></
a
></
td
>
<
td
width
=
"13%"
><
a
href
=
"http://www.zurro-gaming.de"
title
=
"free Ilch Clantemplates"
><
font
color
=
"#00000"
>zurro-gaming.de</
font
></
a
></
td
>
<
td
width
=
"15%"
> </
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
</
center
>
{_list_hmenupoint@<
li
><
a
target
=
"%1"
class
=
"box"
href
=
"%2"
>%3</
a
>|</
li
>
|<
br
>
|}
{_list_hmenubegi@
<
ul
>
}
{_list_hmenuende@
</
ul
>
}
{_list_vmenupoint@<
li
><
a
target
=
"%1"
class
=
"box"
href
=
"%2"
>%3</
a
>|</
li
>
|<
br
>
<
ul
>
|
</
ul
>
}
{_list_vmenubegi@
<
ul
>
}
{_list_vmenuende@
</
ul
>
}
</
body
>
</
html
>