jQuery(document).ready( function()
{


	jQuery( 'input' ).each( function(i){
	if(jQuery(this).attr('type') == 'hidden')
		jQuery(this).css('display', 'none' );


});
});
