// Begin MultiLayoutRegions
$(document).ready(
function() {
	$('#MultiLayoutRegion2LYR').MyTab({ selected: 0, event: 'click', fx: {opacity: 'toggle', duration: 'fast'} });
}
);
// End MultiLayoutRegions

// Begin Analytics
$(document).ready( function() {
	$('#Picture220A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.facebook.com/people/Remedy-Pharm/100000178043916'); } );
	$('#RectangleHotspot1').bind('click', function() { pageTracker._trackPageview('/outgoing/twitter.com/remedypharm'); } );
	$('#RectangleHotspot2').bind('click', function() { pageTracker._trackPageview('/outgoing/www.theremedypharm.com/blog/'); } );
});
// End Analytics

// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
	if (jQuery.browser.safari){
		$(".nof-lyr>br:first").each(function () {
			$(this).replaceWith("<div style='height:0px'>&nbsp;</div>");
		});
	}
});

// End XHTML adjustment

