
$(document).ready(function() {
			
		$('#my_slide').innerfade({
			speed: 'slow',
			timeout: 7000,
			type: 'sequence',
			containerheight: '135px'
		});
		
		//Caption Sliding (Partially Hidden to Visible)
		$('#my_slide').hover(function(){
			$(".cover", this).stop().animate({top:'180px'},{queue:false,duration:220});
		}, function() {
			$(".cover", this).stop().animate({top:'110px'},{queue:false,duration:190});
		});
					
Shadowbox.init('overlayOpacity: .1');
		
	var my_he = $(document).height()+70;
	$("#bg_left").css({height: my_he});
	$("#bg_right").css({height: my_he});

		
});

//host_name = '/';
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-15434577-3']);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
  
  function play() {
	document.monFlash.SetVariable("player:jsPlay", "");
}
function pause() {
	document.monFlash.SetVariable("player:jsPause", "");
}
function stop() {
	document.monFlash.SetVariable("player:jsStop", "");
}
