$(document).ready(function(){
								$(".colorbox").colorbox();
					$(".iframeab").colorbox({width:"607", height:"495", iframe:true});
					$(".iframeap").colorbox({width:"607", height:"495", iframe:true});
					$(".iframecb").colorbox({width:"607", height:"495", iframe:true});
					$(".iframecn").colorbox({width:"607", height:"495", iframe:true});
					$(".iframejc").colorbox({width:"607", height:"495", iframe:true});
					$(".iframedr").colorbox({width:"607", height:"495", iframe:true});
					$(".iframejd").colorbox({width:"607", height:"495", iframe:true});
					$(".iframejj").colorbox({width:"607", height:"495", iframe:true});
					$(".iframejt").colorbox({width:"607", height:"495", iframe:true});
					$(".iframejw").colorbox({width:"607", height:"495", iframe:true});
					$(".iframerc").colorbox({width:"607", height:"495", iframe:true});
					$(".iframere").colorbox({width:"607", height:"495", iframe:true});
					$(".iframerr").colorbox({width:"607", height:"495", iframe:true});
					$(".iframesr").colorbox({width:"607", height:"495", iframe:true});
					$(".iframetn").colorbox({width:"607", height:"495", iframe:true});
					$(".iframewo").colorbox({width:"607", height:"495", iframe:true});
					
				//Example of preserving a JavaScript event for inline calls.
				$("#click").click(function(){ 
					return false;
				});
			});