/**
 * The Following Code Was written by Duane Blake at Connect Distribution
 */
//Using the fade from Liabary http://medienfreunde.com/deutsch/weblog/aus_der_praxis.html?nid=87

	$(document).ready(function(){
		//$(".rooms_container").addClass("zlist");
		$("#fadeScript").innerfade({
			animationtype: 'slide',
			speed:'slow',
			timeout:8000,
			type:'sequence',
			containerheight:'145px'
		});
		
	});
	
