$(document).ready(function(){
	$("a[rel='example1']").colorbox({maxWidth:'80%',maxHeight:'80%'});
	$("a[rel='example2']").colorbox({maxWidth:'80%',maxHeight:'80%'});
});

$(document).ready(function(){
	$('#splashImages').cycle({ 
	    timeout:  5000,
	    pause:  1,
	    speed: 1000});
});