jQuery.noConflict();
var $jQ = jQuery; 

	$jQ(document).ready(function(){
		$jQ("a[rel^='prettyPhoto']").prettyPhoto();
		
		if( jQuery('#league_remote_signin').length )
		{
			var xhtml = '<iframe src="http://206.67.161.90/ExternalDefault.aspx?OrgID=494&TitleText=Golf League Log In&AppSelection=L" width="100%" height="120" frameborder="0" marginheight="0" marginwidth="0" scrolling="no"></iframe>';
			
			jQuery('#league_remote_signin').html(xhtml);

		}		
	});

	

	ddsmoothmenu.init({
		mainmenuid: "smoothmenu1", //menu DIV id
		orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
		classname: 'ddsmoothmenu', //class added to menu's outer DIV
		//customtheme: ["#1c5a80", "#18374a"],
		contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
	})

	

