$(document).ready(function() {
	/* random bg images */
	var randomImages = ['rct-boutique-bg-1','rct-boutique-bg-2','rct-boutique-bg-3'];
	var rndNum = Math.floor(Math.random() * randomImages.length);
	$("div#wrapper").css({ background: "url(http://www.rctoulon.com/files/rctstore/fonds/" + randomImages[rndNum] + ".jpg) fixed center -150px repeat-y" });
/*	var randomImages = ['rct-christmas-bg-2','rct-christmas-bg-2','rct-christmas-bg-2'];
	var rndNum = Math.floor(Math.random() * randomImages.length);
	$("div#wrapper").css({ background: "url(http://www.rctoulon.com/files/rctstore/fonds/" + randomImages[rndNum] + ".jpg) fixed center top repeat-y" });*/
});

