
document.write('<style type="text/css">');
document.write('#gqOut{clear:both; height:91px; background:url(../images/gq/gq_bg.gif) repeat-x}');
document.write('#gqIn{ width:1000px; height:91px; margin:0 auto; background:url(../images/gq//gq_pic.jpg) no-repeat; position:relative}');
document.write('#gqIn img{position:absolute; right:0; top:0}');
document.write('</style>');
document.write('<div id=gqOut><div id=gqIn><a href="javascript:gq_close()" ><img src="../images/gq/gq_close.gif" width="56" height="19" border="0" /></a></div></div>');
function $(o){return document.getElementById(o);}
function gq_close(){
	$('gqOut').style.display='none';
}