jQuery.noConflict();

jQuery(document).ready(function(){

jQuery('p.showhide a').click(function() { 
       jQuery(this).parent().next('.extradata').slideToggle(300);
			
		return false; 
    	}); 	
		
	jQuery('#signupimg').hover(function() {
	jQuery(this).attr("src","/wp-content/themes/default/images/sign_up_f02.gif");
		}, function() {
	jQuery(this).attr("src","/wp-content/themes/default/images/sign_up_f01.gif");
});


//wrap contact form elements in extra div to fix IE clear/spacing prob
	jQuery('#c_form_2 .contactleft').before("<div class='contactholder'>&nbsp;</div>");

	jQuery("#sidebar li a").replaceText(/High Calcium /, 'High Calcium<br/>');
	
});





	 
	
		




