jQuery(document).ready(function(){
	//input hint
	if(jQuery('input')[0]){
		jQuery('input').hint();
	}
	
	// png fix
	jQuery(document).pngFix();
	
});
