	var flashvars = {};
	flashvars.xml = "config.xml";
	flashvars.font = "font.swf";
	var attributes = {};
	attributes.wmode = "transparent";
	attributes.id = "slider";
	swfobject.embedSWF("cu3er.swf", "cu3er-container", "570", "290", "9", "expressInstall.swf", flashvars, attributes);
	
	Cufon.replace('h2, h3, h4, h5, h6');
	
	$(function(){

		// Initialize Tabs
		$('#my-tabs').tabs({ fx: { opacity: 'toggle' } });
		
		if(document.location.hash!='') {
	        //get the index from URL hash
	      	tabSelect = document.location.hash.substr(1,document.location.hash.length);
			$("#my-tabs").tabs('select',tabSelect);
			document.location.hash = '';
		}

		$('#fetch_twitter').tweetGrab({
			width:'250px',
			tweetCount:'1',
			center: true,
			user: '@herdlinger'
		});
		
		$("a[rel^='prettyPhoto']").prettyPhoto({
			theme: 'dark_rounded'
		});

	});
	
	$
	
	jQuery(window).ready(function(){
	    jQuery("#navigation").Smartmenu({animationDuration: 350});
	});
	
