// JavaScript Document

function hideYoutube(){
	$(".youtube-clip").hide();
}


function unhideYoutube(){
	$(".youtube-clip").show();
}

Cufon.replace('h2.sponsor, h3.sponsor, #sponsor_ticker .sponsor, #sponsor_ticker .hoofdsponsor, .ui-widget-header, a#showForm');