/* Global JavaScript */
/* Author: Alexander Schakel 2010 */

var baseURL = 'http://localhost/go development/_IMMMITS/_SITES IN DEV/IMMITS/_ONLINE/hiphopsakee.nl/';

$(document).ready(function() {
	$('html').show();
	
	$('#super-header').cycle({
		fx: 'fade',
		delay: 7000,
		startingSlide: 0
	});
	
});

function openplayer(url) {
	if (screen){
		winWidth = screen.width/2-250;
		winHeight = screen.height/2-250;
	}
	openPlayer = window.open(url,'HHS openPlayer','toolbar=no,location=no,scrollbars=yes,resizable=yes,width=500,height=500,left='+winWidth+',top='+winHeight+'');
	openPlayer.focus();
}

function switcher(w) {
	$('#act').load('switcher.php?y=1&w=' + w,function() { 
		window.location.reload();
	});
}
