$(document).ready(function(){
	$('#add_produs_ajax').ajaxForm({ 	        
	    target: '#html_add_produs_ajax', 
	    success: function() { 
	        
	    } 
	}); 	
	$('#contacteaza_seller').ajaxForm({ 		        
	    target: '.html_contact_seller', 
	    success: function() { 
	        
	    } 
	}); 
	$('#add_poza').live('click',function(){
		//<img src=''>
		$("#loading_photo").html('<font color="#710000" face="arial"><b>The photo is uploading...PLEASE WAIT!</b></font>');
	});
});
