jQuery(document).ready(function() {
	 
	 $.ajax({
		type: "post", url: "/incmodules/myPromoJQInclude.inc.php", 
		/*data: {col_file: 10}, 					*/
		dataType: "html", 
		success: function(text){  
		$("#jpromo_my_loading").replaceWith(text);  
			}
	});
});
