document.write('<link href="/static/idea_online/js/detail/lytebox_v3.22/lytebox.css" media="screen,print" rel="stylesheet" type="text/css" />');
document.write('<script src="/static/idea_online/js/detail/lytebox_v3.22/lytebox.js" type="text/javascript"></script>');
$(function(){
	$("#photo2 > a > img").mouseover(function () {
		$("#photo1 > a > img").attr("src", this.title);
		$("#photo1 > a").attr("href", $("#photo2 > a").attr("href"));
	});
	$("#photo3 > a > img").mouseover(function () {
		$("#photo1 > a > img").attr("src", this.title);
		$("#photo1 > a").attr("href", $("#photo3 > a").attr("href"));
	});
	$("#photo4 > a > img").mouseover(function () {
		$("#photo1 > a > img").attr("src", this.title);
		$("#photo1 > a").attr("href", $("#photo4 > a").attr("href"));
	});
});
