﻿var html = "";
html +="<div class='web_header'><div class='web_logo'><a href='/'><img src='/images/mcomet/logo.gif' border='0' /></a></div><div class='login_r'></div><div class='login' id='userpan'>Welcome</div>";
html +="<div class='login_l'></div><div style='float:right;'><a href='http://www.bitcomet.com/'>BitComet</a></div><div class='icon_6'></div><div style='float:right;'><a href='http://blog.bitcomet.com/'>Blog</a></div><div class='icon_5'></div><div style='float:right;'><a href='http://www.playcomet.com/'>Games</a></div><div class='icon_3'></div><div style='float:right;'><a href='http://soft.bitcomet.com/'>Software</a></div><div class='icon_4'></div><div style='float:right;'><a href='http://v.mcomet.com/'>Video</a></div><div class='icon_2'></div><div style='float:right;'><a href='http://www.mcomet.com/'>Movie</a></div><div class='icon_1'></div></div> ";
html +="<div class='web_tab2'> ";
html +=" <a class='tab' href='/'>Home</a><a class='tab_line'></a><a class='tab' href='/new/'>Latest</a><a class='tab_line'></a><a class='tab' href='/recommended/'>Featured</a><a class='tab_line'></a><a class='tab' href='/channels.htm'>Channels</a><a class='tab_line'></a><a class='tab' href='/channel/8/'>Music</a><a class='tab_line'></a><a class='tab' href='/channel/9/'>Sports</a><a class='tab_line'></a><a class='tab' href='/channel/1/'>Entertainment</a>";
html +="</div>";

html +="<script language='javascript'>";
html +="		function head_search_click(){var obj = document.getElementById('searchName');";
html +="		if(obj == null){return false;}";
html +="		if(obj.value == ''){alert('Please input the keyword.'); obj.focus();return false;}";
html +="		if(obj.value == 'Please enter a keyword to search for videos.'){alert('Please input the keyword.'); obj.focus();return false;}";
html +="        if(typeof(writeSearchKey) == 'function') { writeSearchKey(obj.value); }"
html +="		var url = '/search.aspx?q=' + encodeURI(obj.value);";
html +="		window.location =url;return false;}";
html +="		</script>";

html +="<div class='web_search'><div class='search_l'></DIV><div class='search'><div class='search_input'><INPUT class='search_input' id='searchName'  size='41' value='Please enter a keyword to search for videos.' onkeypress='if(event.keyCode==13){event.keyCode=9;head_search_click();}' tabindex=1 onfocusout=\"if(this.value==''){this.value='Please enter a keyword to search for videos.';}\"  onfocus=\"if(this.value=='Please enter a keyword to search for videos.'){this.value='';}\"/></DIV><div class='search_button'><INPUT type='image' height='22' width='66' src='/images/mcomet/search_button.gif' name='Image1' value='' onclick='head_search_click();' /> <span style='float:right; margin-top:20px;' ><a href='http://mwo.playcomet.com/?vmcomet' target='_blank'><font color='#FF0000'>Free to play special BitComet version of Magic World OL!</font></a></span></DIV></DIV></DIV></DIV>";

document.write(html);

if(typeof(setUserInfo) == 'function')
{
setUserInfo('userpan');
}

