document.write('<table width="980" border="0" align="center" cellpadding="0" cellspacing="0">\
  <tr>\
    <td><img src="http://www.sctv.com/global/logo/logo.gif" width="980" height="64" /></td>\
  </tr>\
</table>\
<table width="980" border="0" align="center" cellpadding="0" cellspacing="0">\
  <tr>\
    <td><!-- 搜索 -->\
<div class="search">\
  <div id="left"><img src="images/search/search_left.gif" alt="" width="88" height="32" /></div>\
  <div id="right"><form action="search.asp">\
    <ul>\
      <li><input type="radio" name="fl" value="标题" checked />\
      标题</li>\
      <li>\
        <input type="radio" name="fl" value="关键字" />\
      关键字</li>\
      <li><input name="keyword" type="text" class="input" /></li>\
      <li style="padding-top:1px"><input type="image" name="imageField" src="images/search/search_button.gif" /></li>\
    </ul>\
  </form>\
  </div>\
</div>\
<!--搜索 end --></td>\
  </tr>\
</table>\
<table width="980" border="0" align="center" cellpadding="0" cellspacing="0">\
  <tr>\
    <td width="980" height="30" background="images/index_06.gif" class="title_12px_black_150height"><div align="left" class="text_12px_gray">');
GlobalHeader(1);

document.write('</div></td>\
  </tr>\
  <tr>\
    <td width="980" height="29" background="images/index_07.gif" class="title_12px_gray_120height">\
               &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="class.asp?page_id=1" target="_blank">');

if(document.location.href.indexOf("page_id=1")>0)
	document.write ('<span class="title_12px_black_150height">国内</span>');
else
    document.write( '国内');
	document.write(' </a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="class.asp?page_id=2" target="_blank">');
      
  if(document.location.href.indexOf("page_id=2")>0)
	document.write (' <span class="title_12px_black_150height">国际</span>');
else
    document.write( '国际');
	document.write(' </a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="class.asp?page_id=3" target="_blank">');   
	
if(document.location.href.indexOf("page_id=3")>0)
	document.write (' <span class="title_12px_black_150height">本地</span>');
else
    document.write( '本地');
	document.write(' </a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="class.asp?page_id=4" target="_blank">');
	
if(document.location.href.indexOf("page_id=4")>0)
	document.write (' <span class="title_12px_black_150height">娱乐</span>');
else
    document.write( '娱乐');
	document.write(' </a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="class5.asp" target="_blank">');

	if(document.location.href.indexOf("class5")>0)
	document.write (' <span class="title_12px_black_150height">体育</span>');
else
    document.write( '体育');
	document.write(' </a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="class.asp?page_id=6" target="_blank">');


if(document.location.href.indexOf("page_id=6")>0)
	document.write (' <span class="title_12px_black_150height">社会</span>');
else
    document.write( '社会');
	document.write(' </a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="class.asp?page_id=7" target="_blank">');
	
	if(document.location.href.indexOf("page_id=7")>0)
	document.write (' <span class="title_12px_black_150height">经济</span>');
else
    document.write( '经济');
	document.write(' </a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="class.asp?page_id=8" target="_blank">');
   
    if(document.location.href.indexOf("page_id=8")>0)
	document.write (' <span class="title_12px_black_150height">教科文</span>');
else
    document.write( '教科文');
	document.write('</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="special_collect.asp" target="_blank">专题</a></td> </tr></table>');


function LoadFlashX(URL,Width,Height,ID)
{
	var Code="";
	Code+="<object id=\""+ID+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\""+Width+"\" height=\""+Height+"\">";
		Code+="<param name=\"movie\" value=\""+URL+"\" />";
		Code+="<param name=\"quality\" value=\"high\" />";
	Code+="</object>";
	document.write(Code);
}