// (c) 2011 Tyche Valerie
// real: cinetik.fr + r@ph aka the electronic moose
// if you read this, you better read a book

function random_sort(thing) { return (0.5 - Math.random()); }
$(document).ready(function(){
	bgimg.sort(random_sort);
	$(document).bgStretcher({
		images: bgimg,
		nextSlideDelay: 10000
	});
	//$(".collection").colorbox({width:"90%", height:"90%", iframe:true});
});


