$(document).ready(function(){
	$('#header ul').innerfade({
		animationtype: 'fade',
		speed: 750,
		timeout: 3000,
		type: 'sequence',
		containerheight: '864px'
	});
	
	// custom scrollbars
	$('#maincontent').jScrollPane({showArrows:true});

	var myClose=function(hash) {
		hash.w.fadeOut('2000',function(){ 
			hash.o.remove(); 
		});
		startHeaderInnerfade(); 
	}; 
	
	$('#modalvideo').jqm({toTop:true, overlay:70, onHide:myClose});
	$('#modalvideo2').jqm({toTop:true, overlay:70, onHide:myClose});
	$('.videolink a,.interior_videolink a').click(function(event){
		stopHeaderInnerfade();
		$('#modalvideo').jqmShow();
		event.preventDefault();
	});
	
	$('#endorse_vid').click(function(event){
		stopHeaderInnerfade();
		$('#modalvideo2').jqmShow();
		event.preventDefault();
	});
		
	$('#modalvideoclose').click(function(event){
		$('#modalvideo').jqmHide();
		event.preventDefault();
	});
	$('#modalvideoclose2').click(function(event){
		$('#modalvideo2').jqmHide();
		event.preventDefault();
	});
});



function stopHeaderInnerfade() {
	$('.innerfade').hide();
}
function startHeaderInnerfade() {
	$('.innerfade').show();
}




function obscureAddMid() {
  document.write('&#64;');
}
function obscureAddEnd() {
  document.write('&#46;');
}
