﻿ $(document).ready(function(){

	        // nyhetsrulle
	        $("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
 
 		    $("#featured").hover(  
                function() {  
                $("#featured").tabs("rotate",0,true);  
                },  
                 function() {  
                    $("#featured").tabs("rotate",5000,true);  
                    }  
            );
           
            // sponsor
          /*  $("img.rollover").hover(function(){
              this.src = this.src.replace(this.src,this.alt);
             }, 
             function(){
              this.src = this.src.replace(this.src,$(this).parent().attr('rel'));
              
             }
            );
            //$('#gallery a').lightBox();
            */ 
	    });
	    

