﻿$(window).bind("load", function() {
	$(".article_BigHomepage .thumbs img").mouseenter(function(e) {
		var src = $(this).attr("src");
		$(".article_BigHomepage .mainpic").attr("src", src);
	});
	$('a.lbpic').lightBox({ fixedNavigation: true });
}); 