function dom_init() {
		$('img').css({ 
	  		width: '',
	  		height: ''
		});
}
