$(document).ready(function() {
	// apply to all png images 
	//$('img[@src$=.png]').ifixpng(); 
	// dotted link
	$('a').click(function() {
		this.blur();
	});
	//innerfade
	$('#HomeNews ul').innerfade({ 
		animationtype: 'slide', 
		speed: 'slow', 
		timeout: 6000, 
		type: 'sequence', 
		containerheight: 'auto' });	
	//hint
	$('input.search').hint();
});
