function dispMaker(colour)
	{
	// document.write('<div id="theMark" style="color:'+colour+'">:: website by <a href="http://www.electricpaprika.com/" target="_blank">electricpaprika</a></div>');
	}


$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme: 'dark_rounded',
		showTitle: false
	});
});
