SCRIPT type="text/javascript">
// Set the number of snowflakes (more than 30 - 60 not recommended)
var snowmax=60
// Set the colors for the snow. Add as many colors as you like
var snowcolor=new Array("#d4d4e5","#ddddff","#ccccdd","#f3f3f3","#f0ffff","#ffffff")
// Set the fonts, that create the snowflakes. Add as many fonts as you like
var snowtype=new Array("Times","Arial","Times","Verdana","Arial Black","Comic Sans MS")
// Set the letter that creates your snowflake (recommended: * )
var snowletter="*"
// Set the speed of sinking (recommended values range from 0.3 to 2)
var sinkspeed=0.5
// Set the maximum-size of your snowflakes
var snowmaxsize=48
// Set the minimal-size of your snowflakes
var snowminsize=20
// Set the snowing-zone
// Set 1 for all-over-snowing, set 2 for left-side-snowing
// Set 3 for center-snowing, set 4 for right-side-snowing
var snowingzone=1
///////////////////////////////////////////////////////////////////////////
// CONFIGURATION ENDS HERE
///////////////////////////////////////////////////////////////////////////
// Do not edit below this line
var snow=new Array()
var marginbottom
var marginright
var timer
var i_snow=0
var x_mv=new Array();
var crds=new Array();
var lftrght=new Array();
var browserinfos=navigator.userAgent
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
var ns6=document.getElementById&&!document.all
var opera=browserinfos.match(/Opera/)
var browserok=ie5||ns6||opera
function randommaker(range) {
rand=Math.floor(range*Math.random())
return rand
}
function initsnow() {
if (ie5 || opera) {
marginbottom = document.body.scrollHeight
marginright = document.body.clientWidth-15
}
else if (ns6) {
marginbottom = document.body.scrollHeight
marginright = window.innerWidth-15
}
var snowsizerange=snowmaxsize-snowminsize
for (i=0;i<=snowmax;i++) {
crds[i] = 0;
lftrght[i] = Math.random()*15;
x_mv[i] = 0.03 + Math.random()/10;
snow[i]=document.getElementById("s"+i)
snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
snow[i].size=randommaker(snowsizerange)+snowminsize
snow[i].style.fontSize=snow[i].size+'px';
snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
snow[i].style.zIndex=1000
snow[i].sink=sinkspeed*snow[i].size/5
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
snow[i].style.left=snow[i].posx+'px';
snow[i].style.top=snow[i].posy+'px';
}
movesnow()
}
function movesnow() {
for (i=0;i<=snowmax;i++) {
crds[i] += x_mv[i];
snow[i].posy+=snow[i].sink
snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+'px';
snow[i].style.top=snow[i].posy+'px';
if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
snow[i].posy=0
}
}
var timer=setTimeout("movesnow()",50)
}
for (i=0;i<=snowmax;i++) {
document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
}
if (browserok) {
window.onload=initsnow
}
</SCRIPT>
<script type="text/javascript">
document.title = 'admira-fans.at';
</script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>WP Theme Demo</title> <FCK:meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <FCK:meta name="generator" content="WordPress 3.1.3" /> <!-- leave this for stats please --> <link rel="stylesheet" type="text/css" href="http://wpthemes.templatepanic.com/wp-content/themes/Simplezone/style.css" media="screen" /> <link href='http://fonts.googleapis.com/css?family=Rokkitt' rel='stylesheet' type='text/css' /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://wpthemes.templatepanic.com/feed" /> <link rel="alternate" type="text/xml" title="RSS .92" href="http://wpthemes.templatepanic.com/feed/rss" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://wpthemes.templatepanic.com/feed/atom" /> <link rel="pingback" href="http://wpthemes.templatepanic.com/xmlrpc.php" /> <!--[if IE 6]>
<script src="http://wpthemes.templatepanic.com/wp-content/themes/Simplezone/js/DD_belatedPNG_0.0.8a-min.js"></script>
<script>
DD_belatedPNG.fix('*');
</script>
<![endif]--> <script type="text/javascript" src="http://wpthemes.templatepanic.com/wp-content/themes/Simplezone/js/jquery.min.js"></script> <script type="text/javascript" src="http://wpthemes.templatepanic.com/wp-content/themes/Simplezone/js/custom.js"></script> <script type="text/javascript" src="http://wpthemes.templatepanic.com/wp-content/themes/Simplezone/js/jqueryslidemenu.js"></script> <script type="text/javascript" src="http://wpthemes.templatepanic.com/wp-content/themes/Simplezone/js/jquery.nivo.slider.pack.js"></script> <link rel='archives' title='December 2010' href='http://wpthemes.templatepanic.com/2010/12' /> <link rel='archives' title='November 2010' href='http://wpthemes.templatepanic.com/2010/11' /> <link rel='stylesheet' id='wp-pagenavi-css' href='http://wpthemes.templatepanic.com/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://wpthemes.templatepanic.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://wpthemes.templatepanic.com/wp-includes/wlwmanifest.xml" /> <link rel='index' title='WP Theme Demo' href='http://wpthemes.templatepanic.com' /> <FCK:meta name="generator" content="WordPress 3.1.3" /> <!-- Start Wordpress Theme Demo Bar Plugin wp_head --> <script type="text/javascript">
//<![CDATA[
// enable the demo bar only if javascript is activated
document.write('<style type="text/css">n');
document.write('html { padding-bottom:31px; }n');
document.write('#wpthemedemobar { position:absolute; bottom:0px !important; }n');
document.write('</style>');
//]]>
</script> <link rel="stylesheet" href="http://wpthemes.templatepanic.com/wp-content/plugins/wordpress-theme-demo-bar/default.css" type="text/css" />qwerwew<script type="text/javascript" src="http://wpthemes.templatepanic.com/wp-content/plugins/wordpress-theme-demo-bar/js/qtip.js"></script> <style type="text/css">#wpthemedemobar { position:fixed !important; }</style> <!--[if IE]>
<style type="text/css">#wpthemedemobar { position:absolute !important; }</style>
<![endif]--> <style type="text/css"> /*the main demo bar (div)*/ /*set the position of demo bar at plugin page > Look & Feel*/ #wpthemedemobar { background-color:#121123; border-bottom:1px solid #000; border-top:1px solid #000; color:#ccc; font-size: 12px; text-align:center; z-index:100; } #wpthemedemobar a,#wpthemedemobar a:link,#wpthemedemobar a:visited { color:#eee; font-weight: bold; font-family: tahoma; font-size: 12px; } </style> <!-- End Wordpress Theme Demo Bar Plugin wp_head --> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> </head>
<body>
<div class="wrapper">
<!-- BEGIN HEADER -->
<div id="header">
<div id="header-inner" class="clearfix">
<div id="logo">
<a href="http://admira-fans.at/home.htm" title="...zur Startseite">
<img src="http://img.webme.com/pic/a/admira-fans/freigestellt2.png" alt="" />
</a>
</div>
<div id="banner-top">
<h1><span style="color: rgb(255, 255, 255); "><span style="font-family: Verdana; "><span style="font-size: xx-large; ">SC ADMIRA DORNBIRN </span></span></span><span style="font-family: Verdana; "><img align="top" alt="" src="http://img.webme.com/pic/a/admira-fans/lgog.png" /><br />
</span><span style="font-family: Verdana; "><span style="color: rgb(192, 192, 192); "><span style="font-size: xx-large; ">EINE STADT, EIN VEREIN</span></span></span></h1>
</div> <!-- end #banner-top -->
</div> <!-- end div #header-inner -->
</div> <!-- end div #header -->
<!-- END HEADER --> <!-- BEGIN TOP NAVIGATION --> <div id="top-nav">
<div id="top-nav-inner" class="clearfix">
<div id="myslidemenu" class="jqueryslidemenu transparent_class clearfix"> <ul><li><a href="http://admira-fans.at/home.htm" _fcksavedurl="http://admira-fans.at/home.htm">Home</a></li><li class="page_item page-item-157"><a href="http://admira-fans.at/Sportanlage-Rohrbach.htm" _fcksavedurl="http://admira-fans.at/Sportanlage-Rohrbach.htm" title="">Sportanlage Rohrbach</a></li> <li class="page_item page-item-194"><a href="http://www.admira-fans.at/Downloads.htm" _fcksavedurl="http://www.admira-fans.at/Downloads.htm" title="">Downloads</a></li>
<li class="page_item page-item-194"><a href="http://admira-fans.at/tippspiel.htm" _fcksavedurl="http://admira-fans.at/tippspiel.htm" title="">Tippspiel</a></li> <li class="page_item page-item-79"><a href="http://admira-fans.at/G.ae.stebuch.htm" _fcksavedurl="http://admira-fans.at/G.ae.stebuch.htm" title="">Gästebuch</a></li> <li class="page_item page-item-8"><a href="http://admira-fans.at/Kontakt.htm" _fcksavedurl="http://admira-fans.at/Kontakt.htm" title="">Kontakt</a></li> </ul> </div> <!-- end div #myslidemenu --> <div id="search"><form method="get" id="searchform" action="http://admira-fans.at/Funktion.htm"> <div> <input type="text" value="Suche" name="s" id="s" onfocus_fckprotectedatt="%20onfocus%3D%22if%20(this.value%20%3D%3D%20'Search')%20%7Bthis.value%20%3D%20''%3B%7D%22" onblur_fckprotectedatt="%20onblur%3D%22if%20(this.value%20%3D%3D%20'')%20%7Bthis.value%20%3D%20'Search'%3B%7D%22" /> <input type="submit" id="searchsubmit" value="Go" /> </div> </form> </div> </div><!-- end div #top-nav-inner --> </div> <!-- end div #top-nav --> <!-- END TOP NAVIGATION --> <!-- BEGIN PAGE --> <div id="page"> <div id="page-inner" class="clearfix"> <div id="content"> <!-- BEGIN FEATURED AREA --> <div id="featured-area"> <div id="featured-area-inner" class="clearfix"> <!-- BEGIN SLIDER --> <div id="sliderbox_inner" class="inner clearfix"> <div id="slider2" class="nivoSlider">
<a href="http://www.admira-fans.at/Nikolo.htm" _fcksavedurl="http://www.admira-fans.at/Nikolo"> <img width="570" height="321" src="http://img.webme.com/pic/a/admira-fans/nikolo.png" _fcksavedurl="http://img.webme.com/pic/a/admira-fans/nikolo.png" class="attachment-slider-image wp-post-image" alt="pixars_up" title="Nikolo-Feier des SC Admira Dornbirn" /> </a>
<a href="http://www.admira-fans.at/Souver.ae.ner-Sieg-gegen-N.ue.ziders.htm" _fcksavedurl="http://www.admira-fans.at/Souver.ae.ner-Sieg-gegen-N.ue.ziders.htm"> <img width="570" height="321" src="http://img.webme.com/pic/a/admira-fans/beitrah.png" _fcksavedurl="http://img.webme.com/pic/a/admira-fans/beitrah.png" class="attachment-slider-image wp-post-image" alt="pixars_up" title="Souveräner Sieg gegen Nüziders" /> </a>
<a href="http://www.admira-fans.at/Unsere-Kampfmannschaft-kann-noch-gewinnen.htm " _fcksavedurl="http://www.admira-fans.at/Unsere-Kampfmannschaft-kann-noch-gewinnen.htm"> <img width="570" height="321" src="http://img.webme.com/pic/a/admira-fans/fot.jpg" _fcksavedurl="http://img.webme.com/pic/a/admira-fans/fot.jpg" class="attachment-slider-image wp-post-image" alt="pixars_up" title="Unsere Kampfmannschaft kann noch gewinnen" /> </a>
<a href="http://www.admira-fans.at/Ein-Mann-entschied-das-Spiel-gegen-Langen.htm" _fcksavedurl="http://www.admira-fans.at/Ein-Mann-entschied-das-Spiel-gegen-Langen.htm"> <img width="570" height="321" src="http://img.webme.com/pic/a/admira-fans/lllll.jpg"
http://img.webme.com/pic/a/admira-fans/lllll.jpg"_fcksavedurl="http://img.webme.com/pic/a/admira-fans/lllll.jpg" class="attachment-slider-image wp-post-image" alt="pixars_up" title="Ein Mann entschied das Spiel gegen Langen" /> </a>
</div><!--end div #slider1--> </div> <!-- end div sliderbox_inner --> <!-- END SLIDER --> </div> <!-- end div #featured-area-inner --> </div> <!-- end div #featured-area --> <!-- END FEATURED AREA -->