$(function(){
	//#ie6 pngfix
	 //DD_belatedPNG.fix('#slides img');
	//#rolling quotes on home page
	$('#slides').cycle({ 
		fx:     'scrollUp', 
	    timeout: 6000, 
    	delay:  -2000,
		cleartype:  1
	});
});
