            $(document).ready(function(){
		$(".popimp").colorbox({iframe:true, innerWidth:740, innerHeight:470});
		$(".popframe").colorbox({iframe:true, innerWidth:900, innerHeight:550});
		$(".popsocial").colorbox({iframe:true, innerWidth:550, innerHeight:380});
		$(".popprint").colorbox({width:732, height:500, iframe:true});
		$("a[rel='popedit']").colorbox({width:740, height:530, iframe:true});
		$("a[rel='pop1000']").colorbox({width:1000, height:550, iframe:true});
		$("a[rel='popclose']").colorbox({iframe:true, innerWidth:900, innerHeight:550, slideshow:false,
		    onClosed:function(){ window.location = location.href; }
		});
		$("a[rel='popclose1']").colorbox({iframe:true, innerWidth:900, innerHeight:550, slideshow:false,
		    onClosed:function(){ window.location = location.href; }
		});
                $("a[rel='popbox']").colorbox();
                $("a[rel='popfade']").colorbox({transition:"fade"});
                $("a[rel='popslide']").colorbox({slideshow:false});
		$("a[rel='popslideframe']").colorbox({iframe:true, innerWidth:740, innerHeight:470, slideshow:true});
		$("a[rel='popinner']").colorbox({inline:true, href:".imgdiv", slideshow:true});
		$("a[rel='popyoutube']").colorbox({width:425, height:344, iframe:true});
		$("a[rel='popprint']").colorbox({width:732, height:500, iframe:true});
            });

