function colorboxReady()
{
			//Examples of how to assign the ColorBox event to elements
			$("a[rel='lightbox[roadtrip]']").colorbox({slideshow:true, slideshowSpeed:5000});			
}
$(document).ready(function(){//Examples of how to assign the ColorBox event to elements
			$("a[rel='lightbox[roadtrip]']").colorbox({slideshow:true, slideshowSpeed:5000});
		        $.history.init(function(hash){$.get('/' + hash);});});
