$(document).ready(function() {	$("#logininfo").load("/userbar.php");	$("#commenform").load("/usercommentform.php",{item: $("#commentItem").val(),type:$("#commentType").val()});	$(".hideBlock img").load(function(){		$(this).parent("a").parent("div").width($(this).outerWidth());	});	$(".hideBlock img").each(function(){		$(this).parent("a").parent("div").width($(this).outerWidth());	});	$("#movieinfolink").load("/movieinfolink.php");	$(".yesnolinks a:nth-child(1) img").hover(function () {$(this).attr("src","/images/thumb_up_.jpg");},function () {$(this).attr("src","/images/thumb_up.jpg");});	$(".yesnolinks a:nth-child(2) img").hover(function () {$(this).attr("src","/images/thumb_down_.jpg");},function () {$(this).attr("src","/images/thumb_down.jpg");});	$("#rating img").each(function(index){		var type = $("#type").val();		var sriptname="mvoting.php?movie";		if(type=="star")			sriptname="avoting.php?actor";		$(this).wrap('<a href="/scripts/'+sriptname+'='+$("#item").val()+'&mark='+$(this).attr("alt")+'" title="'+$(this).attr("alt")+'"></a>');		$(this).hover(			function () {				$("#rating img").attr("src","/images/star_none0.jpg");				$("#rating img:lt("+(index+1)+")").attr("src","/images/star_full0.jpg");			},			function () {				$("#rating img").attr("src","/images/star_none0.jpg");				$("#rating img:lt("+$("#rate").val()+")").attr("src","/images/star_full0.jpg");			}		);	});	var bindex = Math.floor(Math.random()*6);	var bstring = "";	var hostname = window.location.hostname;	switch(bindex)	{		case -1:			var s1 = new SWFObject("/banners/banner_people.swf","ply","240","400","2","#");			s1.write("banner");							break;		case 1:				$("#banner").html('<object width="240" height="400" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="http://www.ponsshop.ru/images/pons-240x400-bl-3.swf"></param><embed src="http://www.ponsshop.ru/images/pons-240x400-bl-3.swf" width="240" height="400" menu="false" quality="high" align="middle" type="application/x-shockwave-flash" flashvars="url=http://www.ponsshop.ru/?p=1591&u=1101&g=6&b=5" ></embed></object>');			break;		case 2:				$("#banner").html('<a href="http://www.ponsshop.ru/?p=1591&u=1101&g=4&b=16"><img border="0" src="http://www.ponsshop.ru/images/Pons_240x400.gif" /></a>');			break;		case 3:				$("#banner").html('<a href="http://www.ponsshop.ru/?p=1591&u=1101&g=4&b=17"><img border="0" src="http://www.ponsshop.ru/images/Pons_240x400_r.gif" /></a>');			break;		case 4:				$("#banner").html('<a href="http://www.ponsshop.ru/?p=1591&u=1101&g=8&b=29"><img border="0" src="http://www.ponsshop.ru/images/Pons2_240x400.gif" /></a>');			break;		case 5:				$("#banner").html('<a href="http://www.ponsshop.ru/?p=1591&u=1101&g=8&b=30"><img border="0" src="http://www.ponsshop.ru/images/Pons2_240x400w.gif" /></a>');			break;				default:			$("#banner").html('<object width="240" height="400" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="http://www.ponsshop.ru/images/pons-240x400-bl.swf"></param><embed src="http://www.ponsshop.ru/images/pons-240x400-bl.swf" width="240" height="400" menu="false" quality="high" align="middle" type="application/x-shockwave-flash" flashvars="url=http://www.ponsshop.ru/?p=1591&u=1101&g=5&b=4" ></embed></object>');						break;	}});function showtop(part,pos,link,img){	$("#topimg"+part).css("background-image","url('"+$("#topimg"+part+" img").attr("src")+"')")	$("#topimg"+part+" img").hide().attr("src",img).fadeIn(300);	$("#topimg"+part+" a").attr("href",link);}function yesno(url,target){	$(target).parent().children(".yesnolinks").children("a").each(function(){$(this).replaceWith($(this).html());});	$.get(url, {},  function(data){	$(target).html(data); });}