$(document).ready(function(){
	$('a.lightbox').lightBox();
	$("a.sp").each(function(){
		this.removeAttribute("rel");
	});
	$("a.sp").click(function(){
		window.location.href = "http://www.sape.ru/r.ktyNQWhjVT.php";
		return false;
	})

})


