﻿// JavaScript Document
function set_page_head()
	{
	 	wx = 800;
		wy = 400;
	 	x = (screen.width - wx) / 2 + 400;
	 	y = (screen.height - wy) / 2;
	 	document.write('<DIV style="POSITION: absolute; LEFT: 20px; TOP: 80px; WIDTH: 145px; HEIGHT: 17px; Z-INDEX: 1"> ');
	 	document.write('<MARQUEE class=normal scrollDelay=120 ');
	 	document.write('style="COLOR: red; FONT-SIZE: 12pt; FONT-STYLE: italic; HEIGHT: 30px; WIDTH: 200px; LEFT: 10;  TOP: 0;  Z-INDEX: 50"> ');
	 	today = new Date();
		//testday = new Date(2008,9,19);
		testday = new Date(2010,5,20);
		days = (testday.getTime() - today.getTime())/(24*60*60*1000); 
		//document.write('次の試験まであと' + Math.ceil(days) + '日' );
		document.write('<a href="http://www.shigyosha.com/keitaiword/" target="_blank">通信料不要、携帯電話の中国語単語帳はこちら！</a>' );
		//document.write('今日は冬季試験本番の日です。頑張ってね！' );
		//document.write('本サイトは日本のHSK受験生を応援します！' );
		document.write('</MARQUEE></DIV>');
		
		//document.write('<DIV style="POSITION: absolute; LEFT: 50px; TOP: 100px; WIDTH: 145px; HEIGHT: 17px; Z-INDEX: 1"> ');
	 	//document.write('<MARQUEE class=normal scrollDelay=120 ');
	 	//document.write('style="COLOR: red; FONT-SIZE: 12pt; FONT-STYLE: italic; HEIGHT: 30px; WIDTH: 200px; LEFT: 10;  TOP: 0;  Z-INDEX: 50"> ');	
		//document.write('<a href="http://www.shigyosha.com/HSK/" target="_top">初中等模擬試験問題集<a>' );
		//document.write('</MARQUEE></DIV>');

	 
	 	return false;
	}


function set_synonym_head()
	{	 	
	 	document.write('<h2><img src="../../../image/write07.wmf" alt="" width="50" height="50" border="0">同義語解析</h2> ');
	 	document.write('<hr> ');	 	
	 	return false;
	}


