jQuery.noConflict();
var surl = "http://www.deli-shop.com.tw/";
jQuery(document).ready(function(){
jQuery("a").mouseover(function(){jQuery(this).attr("title","");});
jQuery("img").mouseover(function(){jQuery(this).attr("alt","");});
jQuery('a.cu_link').each(function(){jQuery(this).click(function(){window.location.href=surl;});});        
jQuery('#news').innerfade({ animationtype: 'slide', speed: 750, timeout: 2000, type: 'random', containerheight: '1em' }); jQuery('#portfolio').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '170px' }); jQuery('.fade').innerfade({ speed: 'slow', timeout: 1000, type: 'sequence', containerheight: '1.5em' });
})
function openurl(url){
			location.href = "http://www.deli-shop.com.tw/";
    }
