// JavaScript Document

$(document).ready(function(){
		$('body').supersleight();
		$('body').supersleight({shim: '/img/x.gif'});
});
