// JavaScript Document

$(function(){
	var GSLHOST = (location.href);
	var GSLURL  = 'http://gsl-co2.com/lisence.php?clt_id=1092&siteCh='+GSLHOST;
	GSLhtml = '<a href="'+GSLURL+'"><img src="http://gsl-co2.com/lisence/seal.png" /></a>';
	$('.GSL p.banner').html(GSLhtml);
	$('.GSL p.banner a').click(function(){
		window.open(GSLURL,'','width=500,height=600');
		return false;
	});
});