jQuery(document).ready(function() {
	jQuery("#content p:empty").remove();
	jQuery("#header h5").fadeIn(3500);
	jQuery(".wpbusdirmancredit").hide();
	/*jQuery("#wpbusdirmancats ul li").click(function(event){
		event.preventDefault();
		var catid = jQuery(this).attr('class');
		//alert(catid);
		jQuery(this).children('ul').slideToggle();
	});*/
	/*jQuery(".myGallery a.open").click(function(event){
		event.preventDefault();
		var imageLink = jQuery(this).attr('href');
	    // open an image in shadowbox
	    Shadowbox.open(imageLink);
	
	});
	
	jQuery(".imageflow .images img").click(function(event){
		event.preventDefault();
		var imageLink = jQuery(this).attr('src');
	    // open an image in shadowbox
	    Shadowbox.open(imageLink);
	
	});*/
	
	
});

function getID(strID){
 return strID.replace(/[^0-9]/gi, '');
}
