$(document).ready(function() {
/*-- DO NOT EDIT ABOVE THIS LINE --*/
	
/*-- Colorbox --*/
	$(".ajax").colorbox();
	$(".flash").colorbox();
	$(".inline").colorbox({width:"945", inline:true, href:"#inline_content", scrolling:false});
	$(".flash").colorbox({width:"663", height:"564", inline:true, href:"#inline_video"});
	$(".iframe").colorbox({width:"80%", height:"80%", iframe:true});
	
	$(".advice").colorbox({width:"708", height:"434", inline:true, href:"#inline_content_advice"});
	$(".partners").colorbox({width:"708", height:"434", inline:true, href:"#inline_content_partners"});
	$(".outcomes").colorbox({width:"708", height:"434", inline:true, href:"#inline_content_outcomes"});
/*-- DO NOT EDIT BELOW THIS LINE --*/
});

