/*
	Rémy Savard [iXmedia.com]
	global.js - Scripts
	Dernière modification: 29 décembre 09
------------------------------------------------- */
$(document).ready(function(){

/***************************************************************************************
	[ Tous ] => Background aléatoire
***************************************************************************************/
	
	var numRand = Math.floor(Math.random()*3)+1;
	
	$('body').removeClass();
	$('body').addClass('bg-0'+numRand+'');


});
