/**
 * Javascript: Scripts
 * 
 * Rapid Javascript development.
 * 
 * @package WP Framework
 * @subpackage JS
 */

;(function($){
	$(document).ready(function($){
		$('.register').append('<span class="hover"></span>').each(function () {
	  var $span = $('> span.hover', this).css('opacity', 0);
	  $(this).hover(function () {
	    $span.stop().fadeTo(500, 1);
	  }, function () {
	    $span.stop().fadeTo(500, 0);
	  });
		});
		
		
		
		$('.ici').append('<span class="hover"></span>').each(function () {
	  var $span = $('> span.hover', this).css('opacity', 0);
	  $(this).hover(function () {
	    $span.stop().fadeTo(500, 1);
	  }, function () {
	    $span.stop().fadeTo(500, 0);
	  });
		});
		
		
			$('.step_big').append('<span class="hover"></span>').each(function () {
	  var $span = $('> span.hover', this).css('opacity', 0);
	  $(this).hover(function () {
	    $span.stop().fadeTo(500, 1);
	  }, function () {
	    $span.stop().fadeTo(500, 0);
	  });
		});
	});
})(jQuery); 

function openGame() {
window.open('http://www.pokergratis.it/lobby/','Joueraupoker.fr - Lobby poker gratuit',
'left=20,top=20,width=790,height=600,toolbar=0,resizable=0');

}
function goto(URL){if(URL=='betclic')
window.open("http://www.pokergratis.it/giocare/betclic.php","","")

}
