// JavaScript Document

	Cufon.replace('h1',{
		textShadow: '1px 1px 0px #C2C2C2'
		});
	
			$(function(){
		$('#loopedslider').loopedSlider({
			autoHeight: true,
			containerClick: false,
			autoStart: 5000,
			hoverPause: true,
			restart: 2500
		});
	});

	$(document).ready(function() {
							   
	$(".panel").show();					  
							   
	$("#homepage-dot").fancybox({
			'width'				: '40%',
			'height'			: '50%',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
	
		$("#get-started-button").fancybox({
			'width'				: '75%',
			'height'			: '75%',
			'autoScale'			: false,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
	});

	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));


try {
	var pageTracker = _gat._getTracker("UA-2670180-1");
	pageTracker._trackPageview();
	} catch(err) {}

