jQuery(document).ready(function() {
   jQuery("#photoset a").lightBox({
		overlayBgColor: '#111',
		overlayOpacity: 0.8,
		imageLoading: templateURL + "/images/lightbox/spinner.gif",
		imageBtnClose: templateURL + "/images/lightbox/close.gif",
		imageBtnPrev: templateURL + "/images/lightbox/prev.gif",
		imageBtnNext: templateURL + "/images/lightbox/next.gif",
		containerResizeSpeed: 350,
		txtImage: "",
		txtOf: "/"
   });

   jQuery("#toregister").click(function() {
   	pageTracker._trackPageview("/sortant/register/");
		document.location = "http://forum.fanclubalice.fr/ucp.php?mode=register";
   });

   jQuery(".toforum").click(function() {
   	pageTracker._trackPageview("/sortant/forum/");
   });

   jQuery(".todiaporama").click(function() {
   	pageTracker._trackPageview("/sortant/diaporama/");
   });
});
