function changediv(pass,target) {
		document.getElementById(target).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;
}

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

 $('#home-r1').innerfade({ 
 speed: 2000, 
 timeout: 5000, 
 type: 'sequence', 
 containerheight: '327px'
 }); 

} ); 
