			jQuery(document).ready(function(){

				jQuery(".example6").colorbox({iframe:true, innerWidth:750, innerHeight:500});
				jQuery(".menu-item-159").colorbox({iframe:true, innerWidth:750, innerHeight:500, href:"/services/varmint-protection"});
				jQuery(".menu-item-158").colorbox({iframe:true, innerWidth:750, innerHeight:500, href:"/services/total-restorations"});
				jQuery(".menu-item-157").colorbox({iframe:true, innerWidth:750, innerHeight:500, href:"/services/specialized-solutions"});
				jQuery(".menu-item-156").colorbox({iframe:true, innerWidth:750, innerHeight:500, href:"/services/pre-fab-islands"});
				jQuery(".menu-item-155").colorbox({iframe:true, innerWidth:750, innerHeight:500, href:"/services/patio-heaters-and-fire-pits"});
				jQuery(".menu-item-154").colorbox({iframe:true, innerWidth:750, innerHeight:500, href:"/services/parts-repairs"});
				jQuery(".menu-item-153").colorbox({iframe:true, innerWidth:750, innerHeight:500, href:"/services/island-cutting-and-repair"});
				jQuery(".menu-item-152").colorbox({iframe:true, innerWidth:750, innerHeight:500, href:"/services/installs"});
				jQuery(".menu-item-150").colorbox({iframe:true, innerWidth:750, innerHeight:500, href:"/services/fireplaces-indoor-and-outdoor"});
				jQuery(".menu-item-149").colorbox({iframe:true, innerWidth:750, innerHeight:500, href:"/services/cleaning"});
				jQuery(".menu-item-189").colorbox({iframe:true, innerWidth:750, innerHeight:500, href:"/services/gas-conversions"});


				//Example of preserving a JavaScript event for inline calls.
				jQuery("#click").click(function(){ 
					jQuery('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
					return false;
				});
			});
