Cufon
.replace('#section-indicator')
.replace('#page-heading')
.replace('#page-heading-text',{hover:true})
.replace('#navigation a',{hover:true})
.replace('h1',{hover:true})
.replace('h2',{hover:true})
.replace('h3',{hover:true})
.replace('thead th')
.replace('.streamer')
.replace('body.home #interview-panel a',{hover:true})
;

/**
 * TurnPages functions
 * (c) 2006, Forward Thinking BV
 * www.turnpages.com
 */
function loadTurnPagesBanner(){
// DEFINITIONS -----------------------------------------------------------------
	movieName = "banner_turnpages_300x240";
	flName = "/2010/turnpages/300x240/banner_turnpages_300x240.swf";
	flColor = "#FFFFFF";
	flWidth = "300";
	flHeight = "240";
	flId = "turnpages_300x240";
	myCall = "http://mocg[dot]turnpages[dot]nl/";
	// choose myTarget = "_blank" or myTarget = "_self" etc...;
	myTarget = "_blank";	  
	myBackgroundImage = "" 
	FlRequestString = "?T_href=" + myCall + "&T_target=" + myTarget + "&T_jpg=" 
	+ myBackgroundImage;	 
// HTML ------------------------------------------------------------------------
	FlObject = '<OBJECT '
	+  'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'		  
	+ ' WIDTH="' + flWidth + '"'
	+ ' HEIGHT="' + flHeight + '"'
	+ ' id="' + flId + '">'
	+ '<PARAM NAME="movie" VALUE="' + flName + FlRequestString + '">'
	+ '<PARAM NAME="quality" VALUE="high">'
	+ '<PARAM NAME="bgcolor" VALUE="' + flColor + '">'
	// Embed
	+ '<EMBED src="' + flName + FlRequestString + '"'
	+ ' name="' +  flId + '"'
	+ ' quality="high" bgcolor="' + flColor + '"'
	+ ' WIDTH="' + flWidth + '"'
	+ ' HEIGHT="' + flHeight + '"'
	+ '>'
	+ '</EMBED></OBJECT>'
	document.write(FlObject);
}

jQuery(document).ready(function($) {
	$('a[rel*=facebox]').facebox();
});
