function changediv(pass) {
		document.getElementById("image-rotate").style.backgroundImage = "url("+ pass+")";
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

/** Super jQuery Goodness */
jQuery.noConflict();
jQuery(document).ready(function(){

	addHoverState('.search-result-rows tr');

});

function addHoverState(selector) {
	jQuery(selector).bind("mouseenter",function(){
		jQuery(this).addClass("hover");
	}).bind("mouseleave",function(){
		jQuery(this).removeClass("hover");
	});
}

jQuery(document).ready(function(){
		jQuery('#news').innerfade({
			animationtype: 'slide', 
			speed: 750, 
			timeout: 2000, 
			type: 'random', 
			containerheight: '1em'
		});

		jQuery('#rotate').innerfade({ 
		speed: 'slow', 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '236px'
		
		}); 



 jQuery('.fade').innerfade({ 
 speed: 'slow', 
 timeout: 6500, 
 type: 'sequence', 
 containerheight: '1.5em' 
 }); 
} ); 
