﻿document.write('<style type="text/css">');
document.write('#systemnotice{border: #ffda8c 1px solid;COLOR: #993300; BACKGROUND-COLOR: #ffffdd;padding:5px 10px;margin:8px 0;line-height:18px;}');
document.write('#systemnotice h3{float:right;width:50%;text-align:right;font-size:12px;}');
document.write('#systemnotice h3 img{cursor:pointer;}');
document.write('#systemnotice span{float:left;width:50%;}');
document.write('#systemnotice p{clear:both;}');
document.write('</style>');
document.write('<div style="display:none;width:930px;clear:both;margin:0 auto;margin-top:8px;text-align:left;" id="systemnotice">');
document.write('	<span>重要通知：<br /></span><h3><img src="\/indexImage/top/close.gif" width="13" height="13" border="0" onclick="javascript:winClose()" /></h3>');
document.write('<p>品网门户系统(PWP2010sp1)开始上线测试~~测试期间，部分功能可能不能正常使用，属正常现象。。。。   PWP2010sp1重点推出 同城活动,优惠卷 将极力打造具有本地特色的web2.0娱乐生活消费门户!新版系统首度引入模板机制，可随意修改模板！   老用户升级PWP系统联系官方，新用户折扣限量发售，联系QQ：689541 <strong><span style=\"color: #ff3333\"><a href=\"/soft/admin.rar\">后台演示录相下载&gt;&gt;</a></span></strong>  <br/><span style=\"color: #ff3333\"><a href=\"/soft/\"><b>系统购买请进》》</b></a></span>');
document.write('</p>');
document.write('	<p style="text-align:right;">品网 2010-6-5</p>');
document.write('</div>');
	$("#systemnotice").show(3000)
	function winClose(){
	$("#systemnotice").hide(2000)
	}