//CUFON ACTIVEREN

Cufon.replace('#main-nav', { hover:true });
Cufon.replace('#quote');
Cufon.replace('.verder-praten span', { hover:true });
Cufon.replace('.widget-title', { hover:true });

Cufon.replace('h1', { hover:true });
Cufon.replace('h2', { hover:true });
//Cufon.replace('h3', { hover:true });
//Cufon.replace('h4', { hover:true });




// VIDEO'S
var videos = new Array();
videos[0] = new Array('<iframe width="400" height="250" src="http://www.youtube.com/embed/XRboMNnqdcc" frameborder="0" allowfullscreen></iframe>','video_kaka.jpg');
videos[1] = new Array('<embed src="http://www.youtube.com/v/40XA1tkuPNY&amp;hl=nl_NL&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="250"></embed>','video_alpha_promo.jpg');
videos[2] = new Array('<object width="400" height="250"><param name="movie" value="http://www.youtube.com/v/iUNCqlRp2HQ&amp;hl=nl_NL&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iUNCqlRp2HQ&amp;hl=nl_NL&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="250"></embed></object>','video_temp.jpg');
	

function videoSwitch(videoId) {
	var videoHolder = document.getElementById("video");
	videoHolder.innerHTML = videos[videoId][0];
}


function showVideo() {
	var videoCount = videos.length;
	
	document.write ('<ul id="more-video">'); 
	document.write ('<li class="title">Andere video\'s</li>'); 
	
	for (i=0;i<videoCount;i++) { 
		document.write("<li><a href=\"javascript:videoSwitch("+i+");\"><img src=\"http://thegoal.nl/wp-content/themes/thegoal/images/"+videos[i][1]+"\" alt=\"temp\" /></a></li>");
	}
	
	
	//alert(videoCount); 
	

}
