jQuery(document).ready
    		(
   				 function() 
   				 {
       				 jQuery('#game').click
       				 (
           				function()
           				{
              				var url = jQuery(this).attr('href');
        					jQuery.post(url, {
            					controller:'ajax'
        						}, function(data){
           							 jQuery.fancybox(data,
            						 {
                						'width': 750,
                						'height': 550,
                						'padding':0,
                						'hideOnContentClick': false,
               	 						'showCloseButton': true
            						});
        						});
        					return false;
           				}
        			);
        			jQuery('#evik').click
       				 (
           				function()
           				{
              				var url = jQuery(this).attr('href');
        					jQuery.post(url, {
            					controller:'ajax'
        						}, function(data){
           							 jQuery.fancybox(data,
            						 {
                						'width': 750,
                						'height': 550,
                						'padding':0,
                						'hideOnContentClick': false,
               	 						'showCloseButton': true
            						});
        						});
        					return false;
           				}
        			);
        			jQuery('#fisochka').click
       				 (
           				function()
           				{
              				var url = jQuery(this).attr('href');
        					jQuery.post(url, {
            					controller:'ajax'
        						}, function(data){
           							 jQuery.fancybox(data,
            						 {
                						'width': 400,
                						'height': 400,
                						'padding':0,
                						'hideOnContentClick': false,
               	 						'showCloseButton': true
            						});
        						});
        					return false;
           				}
        			);
        			jQuery('#fisochka').click
       				 (
           				function()
           				{
              				var url = jQuery(this).attr('href');
        					jQuery.post(url, {
            					controller:'ajax'
        						}, function(data){
           							 jQuery.fancybox(data,
            						 {
                						'width': 400,
                						'height': 400,
                						'padding':0,
                						'hideOnContentClick': false,
               	 						'showCloseButton': true
            						});
        						});
        					return false;
           				}
        			);
        			jQuery('#barsuk').click
       				 (
           				function()
           				{
              				var url = jQuery(this).attr('href');
        					jQuery.post(url, {
            					controller:'ajax'
        						}, function(data){
           							 jQuery.fancybox(data,
            						 {
                						'width': 400,
                						'height': 400,
                						'padding':0,
                						'hideOnContentClick': false,
               	 						'showCloseButton': true
            						});
        						});
        					return false;
           				}
        			);
    			}	
    		);
