

jQuery(window).load(function() {

	var pic = jQuery('img');

 	pic.removeAttr("width"); 
  	pic.removeAttr("height");	
	
 });


