// JavaScript Document
var $j = jQuery.noConflict();

	$j(document).ready(function(){
		//Examples of how to assign the ColorBox event to elements

		$j("a[rel='cartoon']").colorbox({slideshow:false});

	});

