//站点名称
sitename='武汉天欣缘';
//站点logo地址
logoImage='images/top_left.gif';
//论坛路径
bbsHome='http://www.5277love.com';
//论坛引用路径
bbsQuote=
//联系邮件
manageMail='5277jy@sohu.com';
//管理QQ
manageQQ='631795236';


//修改标题
document.title=sitename+' - '+document.title;
//以下为系统模版，使用javascript生成HTML
//系统顶部模版
function showTopTemplate(){
	document.write('<table width="768"  border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('<tr><td height="200" colspan="2" background="images/top.jpg">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="768" height="200">');
	document.write('<param name="movie" value="images/top.swf"><param name="quality" value="high"><param name="wmode" value="transparent">');
	document.write('<embed src="images/top.swf" width="768" height="200" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>');
	document.write('</object></td></tr></table>');
}
//顶部模版

//底部模版
function showBtmTemplate(){
	document.write('<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">');
	document.write('<td height="100" align="center" background="images/bottom.jpg" style="font-family:Arial; font-size:11px; color:#7E5C74;">');
	document.write('Executing Time : <span id="exetime"></span> ms  [<a href="admin_login.asp" target="_blank">管理</a>]<br>');
	document.write('<b>&copy; 2006-2008 本程序由<font color="red">'+sitename+'</font> 版权所有 All Rights Reserved</b>');
	document.write('<br>公司地址：武昌中南路口金马家居广场聚豪华庭1907室 TEL：027-50705713');
	document.write('<br>技术支持 蓝色海岸工作室 EMAIL:zfgenius@163.com');
	document.write('<br><a href="http://www.miibeian.gov.cn" target="_blank">鄂ICP备05003265号</a><tr><td></td><tr></td></tr></table>');
	
	}
//底部模版

//介绍信息
function showIntro(){
	introMsg.innerHTML='&nbsp;&nbsp;&nbsp;&nbsp;加入天欣缘，启动您的爱情生活！<br>　   &nbsp;天欣缘立足武汉，面向全国。江城及来汉发展的单身朋友可以在天欣缘网站和公司寻找婚恋对象并扩大社交范畴。公司专业化的婚介服务将为您提供寻求知音的平台，帮助您结识人生伴侣。天欣缘热情期待满足您的期望和要求；天欣缘将尽力为您创造最大的人生价值……您还等待什么？赶快加入天欣缘，启动您的爱情生活吧！';
}
//介绍信息