			$(document).ready(function(){
				
				$.opacitynum= 0.85;
				
				//Examples of how to assign the ColorBox event to elements
				$("a[rel='box1']").colorbox({opacity: $.opacitynum});
				$(".vodflash").colorbox({iframe:true, innerWidth:400, innerHeight:300, scrolling:false, opacity: $.opacitynum});
				$(".prayer").colorbox({iframe:true, innerWidth:760, innerHeight:520, scrolling:false, opacity: $.opacitynum});
				$(".browser").colorbox({iframe:true, innerWidth:600, innerHeight:600, scrolling:false, opacity: $.opacitynum});
				$(".mediapolicy1").colorbox({iframe:true, innerWidth:600, innerHeight:600, scrolling:false, opacity: $.opacitynum});
			});