
$(document).ready(function(){	
	
	$.fn.colorbox({open:true, width:"80%", inline:true, href:"#age_warning", speed:1000});
	
});

function confirmAgeWarning() {
	
	$.cookie('vod_terms_verify', '1', {path: "/", expires: 365}); 
	
	$.fn.colorbox.close();
	
}