<!--
$(document).ready(function(){
	$("div[class='colorbox']").colorbox();
	$("#colorbox_image_1000").click(function(){
    		$("#colorbox_image_0").trigger('click');
		});
	if (document.getElementById('colorbox_image_1001') != null) {
		$("#colorbox_image_1001").click(function(){
    		$("#colorbox_image_0").trigger('click');
		});
	}
	$("#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;
		});
	});
-->
