$(document).ready(function(){
	
	//Play Video
	if($('.play-video').length){
		$('a.play-video').click(function(event){
			event.preventDefault();
			$(this).colorbox({opacity:.8, title:true, width:525, height:380, scrolling:false});
			/*
			$(this).colorbox({opacity:.8, title:true, width:525, height:320, scrolling:false, onComplete: function(){
				//$(window).scrollTop(0);
				var flashvars = {};
				var params = {wmode:'transparent'};
				var attributes = {};
				swfobject.embedSWF("/campaigns/videos/coldEezePlayer.swf", "how-it-works", "480", "270", "9.0.0", "sd/assets/swfobject/expressInstall.swf", flashvars, params, attributes);
			}});
			*/
		});
	};
	
	
});
