$(document).ready(function(){
		$("a[rel='gallery']").colorbox();
		$("#feedback_button").colorbox({width:"580", height:"640", iframe:true});
		$(".blipvideo").colorbox({inline:true, href:"#inline_videohidden"});
		$(".audioboo").colorbox({inline:true, href:"#inline_audiohidden"});
		$(".html").colorbox({width:"80%", height:"88%", iframe:true});
});
			
		$("#click").click(function(){ 
        $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
        return false;
        });
