var Nowlink = top.location;
Nowlink = Nowlink.toString();
DIYlink = "http://linux0911.no-ip.info/Discuz/index.php?";

if ( Nowlink != "")
	{
	   if (Nowlink.indexOf("127.0.0.1") != -1)
             {
	     top.location.href="http://linux0911.no-ip.info/Discuz/index.php";
             }
		
           if (Nowlink.indexOf("?") != -1)
	     {
	     DIYlink= Nowlink +"&";
             }
	   else
	     {
	     DIYlink= Nowlink +"?";
	     }
        }

document.writeln("<table width=\"260\" height=\"10\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td width=\"100\" title=\"請先回到首頁再選擇風格 Style\n\n挑選適合自己的 Style\">Window Color</td>");
document.writeln("        <td class=\"TDB01\" style=\"CURSOR:hand\" onClick=\"location.href=\''+DIYlink+'styleid=10\';return false;\" onMouseOver=\"this.className = \'TDA01\'\" onMouseOut=\"this.className=\'TDB01\'\" title=\" Default \">&nbsp;<\/td>");
document.writeln("        <td class=\"TDB02\" style=\"CURSOR:hand\" onClick=\"location.href=\''+DIYlink+'styleid=14\';return false;\" onMouseOver=\"this.className = \'TDA02\'\" onMouseOut=\"this.className=\'TDB02\'\" title=\" Red \">&nbsp;<\/td>");
document.writeln("        <td class=\"TDB03\" style=\"CURSOR:hand\" onClick=\"location.href=\''+DIYlink+'styleid=15\';return false;\" onMouseOver=\"this.className = \'TDA03\'\" onMouseOut=\"this.className=\'TDB03\'\" title=\" Orange \">&nbsp;<\/td>");
document.writeln("        <td class=\"TDB04\" style=\"CURSOR:hand\" onClick=\"location.href=\''+DIYlink+'styleid=16\';return false;\" onMouseOver=\"this.className = \'TDA04\'\" onMouseOut=\"this.className=\'TDB04\'\" title=\" Pink \">&nbsp;<\/td>");
document.writeln("        <td class=\"TDB05\" style=\"CURSOR:hand\" onClick=\"location.href=\''+DIYlink+'styleid=17\';return false;\" onMouseOver=\"this.className = \'TDA05\'\" onMouseOut=\"this.className=\'TDB05\'\" title=\" Teal \">&nbsp;<\/td>");
document.writeln("        <td class=\"TDB06\" style=\"CURSOR:hand\" onClick=\"location.href=\''+DIYlink+'styleid=18\';return false;\" onMouseOver=\"this.className = \'TDA06\'\" onMouseOut=\"this.className=\'TDB06\'\" title=\" Graphite \">&nbsp;<\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table>")