/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

jQuery(document).ready(function(){
	jQuery("#close-top-banner").click(function(event){
		event.preventDefault();
		jQuery("#zone-top").hide();
	});

	/*jQuery("#oio-banner-1 li a").each(function(){
		$link = jQuery(this);
		if($link.attr('href') == 'http://www.oiopublisher.com/ref.php?u=0')
			jQuery("#zone-top").hide();
	});*/
});



