$(document).ready(function(){var n=!1,t=0;$("div.supergrid-listing").not("div.no-listing").bind("touchstart",function(i){i.stopPropagation();$(this).one("click",function(){$(this).hasClass("touch-hover")||i.preventDefault()});$(this).one("touchmove",function(){t=!0});n||($("div.supergrid-listing").addClass("touch-enabled"),n=!0)}),$("div.supergrid-listing").not("div.no-listing").bind("touchend",function(n){n.preventDefault(),n.stopPropagation(),$(this).hasClass("touch-hover")||t?$(this).hasClass("touch-hover")&&!t&&(window.location.href=$(this).parent().attr("href")):($("div.supergrid-listing").removeClass("touch-hover"),$("div.watchlist, div.watchlist-corner, div.watched-corner").removeClass("YouveGotTheTouchYouGotThePower!"),$(this).addClass("touch-hover"),$(this).find("div.watchlist, div.watchlist-corner, div.watched-corner").addClass("YouveGotTheTouchYouGotThePower!")),t=!1}),$(document).bind("touchstart",function(){$("div.supergrid-listing").removeClass("touch-hover"),$("div.watchlist, div.watchlist-corner, div.watched-corner").removeClass("YouveGotTheTouchYouGotThePower!"),n||($("div.supergrid-listing").addClass("touch-enabled"),n=!0)}),$("div.watchlist, div.watchlist-corner, div.watched-corner").bind("touchstart",function(){if($(this).hasClass("YouveGotTheTouchYouGotThePower!"))return!1}),$("div.watchlist, div.watchlist-corner, div.watched-corner").bind("touchend",function(n){$(this).hasClass("YouveGotTheTouchYouGotThePower!")&&(n.preventDefault(),n.stopPropagation(),$(this).click())})})