$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				$("a.lightbox").colorbox();
				function bob()
				{
				    alert("in here");
					$(this).next("div.continue").slideToggle("slow");
				}

			});
			
	







