// JavaScript Document
function printNavlist(g_nav) {
return "		<a href='http://www.iweihai.cn' class='n_focus " + g_nav[1] + "'>首页</a>"
		+"		<a href='http://club.iweihai.cn/' class='n_rank " + g_nav[2] + "'>社区</a> "
		+"		<a href='http://info.iweihai.cn' class='n_store " + g_nav[3] + "'>分类信息</a> "
		+"		<a href='http://vip.iweihai.cn' class='n_store " + g_nav[4] + "'>都市卡</a> "
		+"		<a href='http://dianping.iweihai.cn' class='n_store " + g_nav[5] + "'>点评</a> "
		+"		<a href='http://house.iweihai.cn/fitment/' class='n_store " + g_nav[6] + "'>装修</a> "
		+"		<a href='http://www.iweihai.cn/car/' class='n_store " + g_nav[7] + "'>汽车</a> "
		+"		<a href='http://house.iweihai.cn' class='n_store " + g_nav[8] + "'>楼市</a> "
		+"		<a href='http://vip.iweihai.cn' class='n_store " + g_nav[9] + "'>折扣店</a> "
		+"		<a href='http://www.iweihai.cn/wedding/' class='n_store " + g_nav[10] + "'>结婚</a> "
		+"		<a href='http://lg.iweihai.cn' class='n_store " + g_nav[11] + "'>小游戏</a> "
		+"		<a href='http://www.iweihai.cn/iwomen' class='n_store " + g_nav[12] + "'>女人</a> "
		+"		<a href='http://www.iweihai.cn/baby' class='n_store " + g_nav[13] + "'>育儿</a> "
		+"		<a href='http://www.iweihai.cn/ihealth' class='n_store " + g_nav[14] + "'>健康</a>"
		+"		<a href='http://job.iweihai.cn' class='n_store " + g_nav[15] + "'>人才</a>"
		+"		<a href='http://fang.iweihai.cn/' class='n_store " + g_nav[16] + "'>二手房</a>"
		+"		<a href='http://dh.iweihai.cn' class='n_store " + g_nav[17] + "'>网址导航</a> ";
}

