/* Copyright (c) 2007-2010 SPIL GAMES.  DO NOT COPY THIS CODE. */
;$(function(){$('div.play_button a.play_now').hover(function(){$('div.play_button').addClass('hover');$('a.play_now').addClass('hover');},function(){$('div.play_button').removeClass('hover');$('a.play_now').removeClass('hover');});if(gamelink_tracking_param){$('.hotgames_insite ol li').add('.content_firsthotgame').add(".firsthotgamebox h3").each(function(){if(!$.isFunction($(this).find('a:first').attr('onclick'))){$(this).find('a').each(function(){$(this).attr('href',$(this).attr('href')+'?cat_hot')});};});};});
