jQuery(window).load(function(){	//Examples of how to assign the ColorBox event to elements	$("a[rel='group1']").colorbox({		transition:"elastic", 		innerWidth:"90%", 		arrowKey: false,		scalePhotos: true,		scrolling: false			});});
