$(document).ready(function(){
	
	$("a.newWin").click(function(e) {
	
		e.preventDefault();
        var newWindow = window.open($(this).attr('href'), '_blank');
		newWindow.focus();

    });

	$("#book").click(function(){
	    $(this).attr('href','mailto:annelie@theexperience.se?subject=Jag vill boka The Experience!');
	});

	checkIfExists();
	
	$('.fanc').fancybox({overlayColor: '#181918', overlayOpacity: '0.8', transitionIn: 'elastic', transitionOut: 'elastic'});

});

function checkIfExists ( )
{
  if($('.resultDiv_gsvb').length > 0){
  	$('.resultDiv_gsvb').tipsy({gravity: 'n'});
  } else {
  	setTimeout ( "checkIfExists()", 500 );
  }
}

	
function LoadVideoBar() {

	var videoBar;
	var options = {
		string_allDone : "Stäng fönstret",
	    largeResultSet : true,
	    horizontal : true,
	    thumbnailSize : GSvideoBar.THUMBNAILS_LARGE,
	    autoExecuteList : {
	    	cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM,
     		cycleMode : GSvideoBar.CYCLE_MODE_RANDOM,
	      	executeList : ["yt:anneliejonsson"]
	    }
	  }
	
	videoBar = new GSvideoBar(document.getElementById("videoBar"),
	                          GSvideoBar.PLAYER_ROOT_FLOATING,
	                          options);
}
