if(YP&&YP.Rating){YP.Rating.callback=function(d){if(d.system_error){var c=d.system_error;if(c.indexOf("You cannot review your own business")!=-1){$("#reviewerrormssg").text(loc("You cannot review your own business"));
}else{if(c.indexOf("Maximum length is 255 characters")!=-1){$("#reviewerrormssg").text(loc("Title must be less than 255 characters"));
}else{$("#reviewerrormssg").text(loc("Unspecified Error. Please try again or contact support."));}}}else{$("#reviewerrormssg").text(loc("Your review has been submitted."));
$(".submitMyReview").hide();$("#revtitle").hide();$("#myreview").hide();$(".submitBtn").hide();if($(".wl_contest").length<1){var b='<div><h3 class="wl_contest"></h3><div class="win_content"></div><div class="contest_content"></div></div>';
var a=$(b);a.find(".wl_contest").text(loc("Contest!"));a.find(".win_content").text(loc("You could win"));
a.find(".win_content").append('<span class="prize"></span>');a.find(".prize").text(loc(" 1 iPad per week!"));
a.find(".contest_content").text(loc("Each review gives you one chance to win. The more you rate and write reviews, the more you increase your chances to win!"));
a.find(".contest_content").prepend('<span class="how"></span>');a.find(".how").text(loc("How? "));$("#cboxLoadedContent").append(a);
}}$("#reviewerrormssg").show();$.fn.colorbox.resize();};}
