ÿþ<html><head> <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8"> <link href="include/css.css" rel="stylesheet" type="text/css"> <title>REPUBLICHINA INC.</title> <SCRIPT language=javascript> function submitonce(theform){ //if IE 4+ or NS 6+ if (document.all||document.getElementById){ //screen thru every element in the form, and hunt down "submit" and "reset" for (i=0;i<theform.length;i++){ var tempobj=theform.elements[i] if(tempobj.type.toLowerCase()=="submit"||tempobj.type.toLowerCase()=="reset") //disable em tempobj.disabled=true } } } function openScript(url, width, height){ var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' ); } </SCRIPT> <SCRIPT language=JavaScript> tPopWait=30; tPopShow=100; showPopStep=20; popOpacity=99; sPop=null; curShow=null; tFadeOut=null; tFadeIn=null; tFadeWaiting=null; document.write("<style type='text/css'id='defaultPopStyle'>"); document.write(".cPopText { background-color: #F8F8F5;color:#000000; border: 1px #000000 solid;font-color: font-size: 12px; padding-right: 4px; padding-left: 4px; height: 20px; padding-top: 2px; padding-bottom: 2px; filter: Alpha(Opacity=0)}"); document.write("</style>"); document.write("<div id='dypopLayer' style='position:absolute;z-index:1000;' class='cPopText'></div>"); function showPopupText(){ var o=event.srcElement; MouseX=event.x; MouseY=event.y; if(o.alt!=null && o.alt!=""){o.dypop=o.alt;o.alt=""}; if(o.title!=null && o.title!=""){o.dypop=o.title;o.title=""}; if(o.dypop!=sPop) { sPop=o.dypop; clearTimeout(curShow); clearTimeout(tFadeOut); clearTimeout(tFadeIn); clearTimeout(tFadeWaiting); if(sPop==null || sPop=="") { dypopLayer.innerHTML=""; dypopLayer.style.filter="Alpha()"; dypopLayer.filters.Alpha.opacity=0; } else { if(o.dyclass!=null) popStyle=o.dyclass else popStyle="cPopText"; curShow=setTimeout("showIt()",tPopWait); } } } function showIt(){ dypopLayer.className=popStyle; dypopLayer.innerHTML=sPop; popWidth=dypopLayer.clientWidth; popHeight=dypopLayer.clientHeight; if(MouseX+12+popWidth>document.body.clientWidth) popLeftAdjust=-popWidth-24 else popLeftAdjust=0; if(MouseY+12+popHeight>document.body.clientHeight) popTopAdjust=-popHeight-24 else popTopAdjust=0; dypopLayer.style.left=MouseX+12+document.body.scrollLeft+popLeftAdjust; dypopLayer.style.top=MouseY+12+document.body.scrollTop+popTopAdjust; dypopLayer.style.filter="Alpha(Opacity=0)"; fadeOut(); } function fadeOut(){ if(dypopLayer.filters.Alpha.opacity<popOpacity) { dypopLayer.filters.Alpha.opacity+=showPopStep; tFadeOut=setTimeout("fadeOut()",1); } else { dypopLayer.filters.Alpha.opacity=popOpacity; tFadeWaiting=setTimeout("fadeIn()",tPopShow); } } function fadeIn(){ if(dypopLayer.filters.Alpha.opacity>0) { dypopLayer.filters.Alpha.opacity-=1; tFadeIn=setTimeout("fadeIn()",1); } } document.onmouseover=showPopupText; function CheckAll(form) { for (var i=0;i<form.elements.length;i++) { var e = form.elements[i]; if (e.name != 'chkall') e.checked = form.chkall.checked; } } var h; var w; var l; var t; var topMar = 1; var leftMar = -2; var space = 1; var isvisible; var MENU_SHADOW_COLOR='#999999'; var global = window.document global.fo_currentMenu = null global.fo_shadows = new Array function HideMenu() { var mX; var mY; var vDiv; var mDiv; if (isvisible == true) { vDiv = document.all("menuDiv"); mX = window.event.clientX + document.body.scrollLeft; mY = window.event.clientY + document.body.scrollTop; if ((mX < parseInt(vDiv.style.left)) || (mX > parseInt(vDiv.style.left)+vDiv.offsetWidth) || (mY < parseInt(vDiv.style.top)-h) || (mY > parseInt(vDiv.style.top)+vDiv.offsetHeight)){ vDiv.style.visibility = "hidden"; isvisible = false; } } } function ShowMenu(vMnuCode,tWidth) { vSrc = window.event.srcElement; vMnuCode = "<table id='submenu' cellspacing=1 cellpadding=3 style='width:"+tWidth+"' class=tableborder1 onmouseout='HideMenu()'><tr height=23><td nowrap align=left class=tablebody1>" + vMnuCode + "</td></tr></table>"; h = vSrc.offsetHeight; w = vSrc.offsetWidth; l = vSrc.offsetLeft + leftMar+4; t = vSrc.offsetTop + topMar + h + space-2; vParent = vSrc.offsetParent; while (vParent.tagName.toUpperCase() != "BODY") { l += vParent.offsetLeft; t += vParent.offsetTop; vParent = vParent.offsetParent; } menuDiv.innerHTML = vMnuCode; menuDiv.style.top = t; menuDiv.style.left = l; menuDiv.style.visibility = "visible"; isvisible = true; makeRectangularDropShadow(submenu, MENU_SHADOW_COLOR, 4) } function makeRectangularDropShadow(el, color, size) { var i; for (i=size; i>0; i--) { var rect = document.createElement('div'); var rs = rect.style rs.position = 'absolute'; rs.left = (el.style.posLeft + i) + 'px'; rs.top = (el.style.posTop + i) + 'px'; rs.width = el.offsetWidth + 'px'; rs.height = el.offsetHeight + 'px'; rs.zIndex = el.style.zIndex - i; rs.backgroundColor = color; var opacity = 1 - i / (i + 1); rs.filter = 'alpha(opacity=' + (100 * opacity) + ')'; el.insertAdjacentElement('afterEnd', rect); global.fo_shadows[global.fo_shadows.length] = rect; } } var manage= '<a style=font-size:9pt;line-height:14pt; href=\"reg.asp\">Register</a><br><a style=font-size:9pt;line-height:14pt; href=\"profile.asp?action=login\">Login</a><br><a style=font-size:9pt;line-height:14pt; href=\"profile.asp?action=profile\">Profile</a><br><a style=font-size:9pt;line-height:14pt; href=\"profile.asp?action=customerinfo\">My Info</a><br><a style=font-size:9pt;line-height:14pt; href=\"profile.asp?action=changepass\">Change Password</a><br><a style=font-size:9pt;line-height:14pt; href=\"profile.asp?action=repass\">Get Password</a><br><a style=font-size:9pt;line-height:14pt; href=\"profile.asp?action=goods\">My Orders</a><br><a style=font-size:9pt;line-height:14pt; href=\"profile.asp?action=addtocart\">My Cart </a><br><a style=font-size:9pt;line-height:14pt; href=\"profile.asp?action=receiveaddr\">Receiver</a><br><a style=font-size:9pt;line-height:14pt; href=\"profile.asp?action=deposit\">Deposit</a><br><a style=font-size:9pt;line-height:14pt; href=\"profile.asp?action=scores\">scores</><br><a style=font-size:9pt;line-height:14pt; href=\"profile.asp?action=statinfo\">Stat Info</a><br><a style=font-size:9pt;line-height:14pt; href=\"logout.asp\">Logout</a>' var stylelist = '<a style=font-size:9pt;line-height:12pt; href=\"discount.asp?action=12\">10% to 20% discount</a><br><a style=font-size:9pt;line-height:12pt; href=\"discount.asp?action=34\">30% to 40% discount</a><br><a style=font-size:9pt;line-height:12pt; href=\"discount.asp?action=56\">50% to 60% discount</a><br><a style=font-size:9pt;line-height:12pt; href=\"discount.asp?action=78\">70% to 80% discount</a>' var boardstat= '<a style=font-size:9pt;line-height:14pt; href=\"newarrivals.asp\">New arrivals</a><br><a style=font-size:9pt;line-height:14pt; href=\"sold.asp\">Sold List</a><br><a style=font-size:9pt;line-height:14pt; href=\"hot.asp\">Sells Well</a><br><a style=font-size:9pt;line-height:14pt; href=\"discount.asp\">Discount</a><br><a style=font-size:9pt;line-height:14pt; href=\"orders.asp\">Orders Taxis</a><br><a style=font-size:9pt;line-height:14pt; href=\"recommend.asp\">Recommend</a>' var downlist= '<a style=font-size:9pt;line-height:14pt; href=\"help.asp?action=process\">Order Map</a><br><a style=font-size:9pt;line-height:14pt; href=\"help.asp?action=feiyong\">Shipping</a><br><a style=font-size:9pt;line-height:14pt; href=\"help.asp?action=fukuan\">Payment</a><br><a style=font-size:9pt;line-height:14pt; href=\"help.asp?action=tiaokuan\">Policy</a><br><a style=font-size:9pt;line-height:14pt; href=\"help.asp?action=transport\">About shipping</a><br><a style=font-size:9pt;line-height:14pt; href=\"help.asp?action=secret\">Safety</a><br><a style=font-size:9pt;line-height:14pt; href=\"help.asp?action=businesstime\">Work time</a><br><a style=font-size:9pt;line-height:14pt; href=\"help.asp?action=support\">Service</a><br><a style=font-size:9pt;line-height:14pt; href=\"help.asp?action=law\">Copyright</a><br><a style=font-size:9pt;line-height:14pt; href=\"help.asp?action=faq\">Questions</a><br><a style=font-size:9pt;line-height:14pt; href=\"join.asp\">VIP Member</a>' var pluslist='' function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </SCRIPT> <META content="MSHTML 5.00.3315.2870" name=GENERATOR> </HEAD> <BODY ONLOAD="MM_preloadImages('images/skin/default/menu2-2o.gif')" LEFTMARGIN="0" TOPMARGIN="0"> <DIV id=menuDiv style="BACKGROUND-COLOR: #9cc5f8; HEIGHT: 1px; POSITION: absolute; VISIBILITY: hidden; WIDTH: 1px; Z-INDEX: 2"></DIV> <SCRIPT LANGUAGE="JavaScript"> <!-- function check() { if(checkspace(document.searchform.searchkey.value !='Enter Keyword')) { document.searchform.searchkey.focus(); alert("Enter Keyword"); return false; } if(checkspace(document.searchform.searchkey.value)) { document.searchform.searchkey.focus(); alert("Enter Keyword"); return false; } document.searchform.submit(); } function checkspace(checkstr) { var str = ''; for(i = 0; i < checkstr.length; i++) { str = str + ' '; } return (str == checkstr); } //--> </script> <SCRIPT LANGUAGE=JavaScript> var currentCategory =new String(""); function turnX(cate) { document.all("currentLocation").style.display="none"; if(currentCategory != "") { document.all(currentCategory).style.display="none"; } currentCategory = cate; document.all(currentCategory).style.display=""; return; } </SCRIPT> <div align="center"> <TABLE WIDTH="1000" BORDER="0" CELLSPACING="1" CELLPADDING="0" ALIGN="CENTER" BGCOLOR=#6699cc> <TR><TD HEIGHT="20"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TR><TD BGCOLOR=#FFFFFF HEIGHT="5" BACKGROUND=""> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TR><TD BACKGROUND="images/skin/1/topbg.gif" HEIGHT="8"></TD></TR></TABLE> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TR> <TD WIDTH="23%" HEIGHT="62" ALIGN="CENTER"> <a href="javascript:;" onClick="javascript:window.open('images/bchina.jpg','','width=760,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');return false;"> <img src="../images/ctloge.jpg" alt="" width="187" height="75" border="0"></a></TD> <TD WIDTH="77%"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TR> <TD VALIGN="center" WIDTH="39%" align="center"><img src="images/skin/default/LOGO.GIF" ></TD> <TD VALIGN="TOP" WIDTH="61%"> <TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN=center> <TR> <TD WIDTH="14%" rowspan="3"><A HREF="discount.asp" ONMOUSEOUT="MM_swapImgRestore()" ONMOUSEOVER="MM_swapImage('Image362','','images/skin/default/menu2-3o.gif',1)"><IMG SRC="images/skin/default/menu2-3.gif" NAME="Image362" WIDTH="47" HEIGHT="53" BORDER="0" ID="Image362"></A></TD> <TD WIDTH="14%" rowspan="3"></TD> <TD WIDTH="14%" rowspan="3"><A HREF="index.asp" ONMOUSEOUT="MM_swapImgRestore()" ONMOUSEOVER="MM_swapImage('Image364','','images/skin/default/menu2-5o.gif',1)"><IMG SRC="images/skin/default/menu2-5.gif" NAME="Image364" WIDTH="47" HEIGHT="53" BORDER="0" ID="Image364"></A></TD> <TD WIDTH="14%" rowspan="3"><A HREF="chknews.asp" ONMOUSEOUT="MM_swapImgRestore()" ONMOUSEOVER="MM_swapImage('Image365','','images/skin/default/menu2-6o.gif',1)"><IMG SRC="images/skin/default/menu2-6.gif" NAME="Image365" WIDTH="47" HEIGHT="53" BORDER="0" ID="Image365"></A></TD> <TD WIDTH="14%" rowspan="3"><A HREF="mess.asp" ONMOUSEOUT="MM_swapImgRestore()" ONMOUSEOVER="MM_swapImage('Image366','','images/skin/default/menu2-7o.gif',1)"><IMG SRC="images/skin/default/menu2-7.gif" NAME="Image366" HEIGHT="53" BORDER="0" ID="Image366" WIDTH="53"></A></TD> <TD>&nbsp;<a href="gb/index.asp"><img src="images/cngb.gif" border="0"></a>&nbsp;<BR></TD> </TR> <TR> <TD>&nbsp;<a href="gb/index.asp"><img src="images/big5.gif" border="0"></a>&nbsp;<BR></TD> </TR> <TR> <TD nowrap>&nbsp;<a href="/index.asp">Eng.</a>&nbsp;</TD> </TR> </TABLE></TD></TR> </TABLE></TD></TR> </TABLE> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TR><TD BACKGROUND="images/skin/1/bottombg.gif" HEIGHT="8"></TD></TR></TABLE> <TABLE ALIGN=center CELLPADDING=0 CELLSPACING=0 STYLE="BORDER-BOTTOM: #b26b7b 0px solid; BORDER-LEFT: #b26b7b 1px solid; BORDER-RIGHT: #b26b7b 1px solid; BORDER-TOP: #b26b7b 0px solid; WIDTH: "100%" BACKGROUND="images/skin/2/navbg.gif" WIDTH="100%"> <TR> <TD CLASS=TopLighNav1 HEIGHT=22 ALIGN=center VALIGN=center WIDTH="100%"> &nbsp;<A HREF="/index.asp">Home</A> <IMG ALIGN=absMiddle SRC="images/navspacer.gif" WIDTH="7" HEIGHT="18"> <A HREF="intro.asp">About Us</A> <IMG ALIGN=absMiddle SRC="images/navspacer.gif" WIDTH="7" HEIGHT="18"> <A HREF="chknews.asp">News</A> <IMG ALIGN=absMiddle SRC="images/navspacer.gif" WIDTH="7" HEIGHT="18"> <A HREF="class.asp" ONMOUSEOVER=ShowMenu(boardstat,60)>Bargains & Sales</A> <IMG ALIGN=absMiddle SRC="images/navspacer.gif" WIDTH="7" HEIGHT="18"> <A HREF="discount.asp" ONMOUSEOVER=ShowMenu(stylelist,80)>Discount</A> <IMG ALIGN=absMiddle SRC="images/navspacer.gif" WIDTH="7" HEIGHT="18"> <A HREF="profile.asp?action=profile" ONMOUSEOVER=ShowMenu(manage,70)>My Account</A> <IMG ALIGN=absMiddle SRC="images/navspacer.gif" WIDTH="7" HEIGHT="18"> <A HREF="join.asp">Resale Member</A> <IMG ALIGN=absMiddle SRC="images/navspacer.gif" WIDTH="7" HEIGHT="18"> <A HREF="help.asp" ONMOUSEOVER=ShowMenu(downlist,60)>Help</A> <IMG ALIGN=absMiddle SRC="images/navspacer.gif" WIDTH="7" HEIGHT="18"> <A HREF="mess.asp">Feedback</A> </TD> </TR></TABLE></TD></TR></TABLE></TD></TR></TABLE> <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH=1000 BORDER=0 BACKGROUND=""> <TR ALIGN=center HEIGHT="2" VALIGN="TOP"> <TD colspan="2"><TABLE CELLSPACING=0 CELLPADDING=0 WIDTH=100% BORDER=0 ALIGN="CENTER"> <TR> <TD ALIGN=center VALIGN="TOP"> <TABLE WIDTH="100%" BORDER="1" CELLPADDING="0" CELLSPACING="0" bordercolor="#6699cc"> <TR> <TD colspan="2" height="20" valign="middle">&nbsp;*<FONT COLOR="#FF0000"> <A href=javascript:turnX('r70')>Commercial Cookwares</A> | <A href=javascript:turnX('r69')>Electrics & Eletronics</A> | <A href=javascript:turnX('r74')>Product Agent</A> | <BR><DIV id=r69 style='DISPLAY: none'>&nbsp;&nbsp;&nbsp;<font color=red>Electrics & Eletronics : </font>&nbsp;&nbsp;<A href=class.asp?aid=69&nid=441>Cookers</A>&nbsp;|&nbsp;<A href=class.asp?aid=69&nid=442>Phones</A>&nbsp;|&nbsp;<A href=class.asp?aid=69&nid=443>Cash Register</A>&nbsp;|&nbsp;<A href=class.asp?aid=69&nid=444>Cameras</A>&nbsp;|&nbsp;<A href=class.asp?aid=69&nid=456>Scales</A>&nbsp;|&nbsp;</DIV><DIV id=r0101 style='DISPLAY: none'></DIV><DIV id=r70 style='DISPLAY: none'>&nbsp;&nbsp;&nbsp;<font color=red>Commercial Cookwares : </font>&nbsp;&nbsp;<A href=class.asp?aid=70&nid=445>Rice Cookers</A>&nbsp;|&nbsp;<A href=class.asp?aid=70&nid=447>Plastic & Rubber Cookwares</A>&nbsp;|&nbsp;<A href=class.asp?aid=70&nid=448>Faucets</A>&nbsp;|&nbsp;<A href=class.asp?aid=70&nid=449>Warmmers</A>&nbsp;|&nbsp;<A href=class.asp?aid=70&nid=450>Iron Cookwares</A>&nbsp;|&nbsp;<A href=class.asp?aid=70&nid=451>Stainless Cookware</A>&nbsp;|&nbsp;<A href=class.asp?aid=70&nid=452>Cleaners</A>&nbsp;|&nbsp;<A href=class.asp?aid=70&nid=453>China</A>&nbsp;|&nbsp;<A href=class.asp?aid=70&nid=455>Electrics</A>&nbsp;|&nbsp;</DIV><DIV id=r0101 style='DISPLAY: none'></DIV><DIV id=r74 style='DISPLAY: none'>&nbsp;&nbsp;&nbsp;<font color=red>Product Agent : </font>&nbsp;&nbsp;</DIV><DIV id=r0101 style='DISPLAY: none'></DIV> </FONT> <DIV ID=currentLocation></DIV></TD> </TR> </TABLE></TD> </TR> </TABLE></TD> </TR> <tr BGCOLOR=#6699cc> <td width="55%"><span style="font-size:12px"> &nbsp;&nbsp;<strong><font color="#FFFFFF">Renew : </font></strong> <SCRIPT language=javascript> <!-- function initArray() { for(i=0;i<initArray.arguments.length;i++) this[i]=initArray.arguments[i]; } var isnMonths=new initArray("1","2","3","4","5","6","7","8","9","10","11","12"); today=new Date(); function getFullYear(d) { yr=d.getYear();if(yr<1000) yr+=1900;return yr;} document.write(""+isnMonths[today.getMonth()]+"/"+today.getDate()+"/"+getFullYear(today)); --></SCRIPT> <b><font color="#FF0000">.<font color="#000000">Tel : </font></font></b><font color="#FFFFFF"><strong> 1-718-888-3093 </strong></font></span></td> <form name="searchform" method="post" action="research.asp" > <td width="45%" align="right"> <select name="action"> <option value="1" selected>Item</option> <option value="2">Made in</option> <option value="3">Introduce</option> <option value="4">Trademark</option> <option value="5">Item NO.</option> <option value="6">Model</option> <option value="7">Description</option> </select> <input name="searchkey" type="text" size="16" value="keyword" style="BORDER-RIGHT: #ffffff 1px groove; BORDER-TOP: #ffffff 1px groove; FONT: 12px Verdana,Geneva,sans-serif; BORDER-LEFT: #ffffff 1px groove; WIDTH: 70px; COLOR: #000000; BORDER-BOTTOM: #ffffff 1px groove; HEIGHT: 19px; BACKGROUND-COLOR: #ffffff"onFocus="this.value=''"> <input style="height:20; font:9pt; BORDER-BOTTOM: #cccccc 1px groove; BORDER-RIGHT: #cccccc 1px groove; BACKGROUND-COLOR: #ffffff" type="submit" name="Submit" value="QuickSerach" onClick="return check();" > <input style="height:20; font:9pt; BORDER-BOTTOM: #cccccc 1px groove; BORDER-RIGHT: #cccccc 1px groove; BACKGROUND-COLOR: #ffffff" type="button" name="Submit2" value="Serach" onClick="location.href='search.asp'"> &nbsp;</td> </form> </tr> <tr><td colspan="2" align="center"><a href="http://www.republichina.com/" target=_blank><img src="images/line_02.gif" border="0"></a></td></tr> </TABLE> </div> <title>REPUBLICHINA INC. --HOME-- </title> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); //--> </script> <TABLE WIDTH="1000" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER"> <TR> <TD VALIGN="TOP" WIDTH="18%"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TR> <TD><table width=100% border=0 align=center cellpadding=0 cellspacing=0><tr><td align=center style=PADDING-LEFT: 30px; PADDING-TOP: 4px background=images/bg11.gif height=35><b><FONT color=#666699>Member news</FONT></b></td></tr><tr><td height=40 background=images/bg12.gif><div align=center> <table width=92% border=0 align=center cellpadding=1 cellspacing=1 bgcolor=#FFFFFF> <form name=loginfo method=post action=chkuser.asp> <tr bgcolor=#ffffff> <td width=35% height=18 style='padding-left:6px' align=right>Username : </td> <td width=65% style='padding-left:6px'><input name=username type=text id=username size=11> <input name=comeurl type=hidden value="&url&"></td> </tr> <tr> <td height=18 style='padding-left:6px' align=right>Password : </td> <td height=18 style='padding-left:6px' align=left><input name=password type=password id=password size=11></td> </tr> <tr height=30> <td colspan="2" align="center"><a href=reg.asp>Register</a>&nbsp;|&nbsp;<a href=profile.asp?action=repass>Forget password</a></td> </tr> <tr> <td colspan="2" align="center"><input type=submit name=Submit value="Login" onClick='return checkuu();'>&nbsp; <input type="reset" name="Submit2" value="Reset"></td> </tr> </form> </table> </td></tr><tr><td background=images/bg13.gif height=12></td></tr></table> <SCRIPT LANGUAGE="JavaScript"> <!-- function checkuu() { if(checkspace(document.loginfo.username.value)) { document.loginfo.username.focus(); alert("Username ?"); return false; } if(checkspace(document.loginfo.password.value)) { document.loginfo.password.focus(); alert("Password ? "); return false; } } //--> </script> </TD> </TR> <TR> <TD> <TABLE WIDTH="100%" ALIGN="center" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <tr> <td height="35" style="PADDING-LEFT: 30px; PADDING-TOP: 4px" background="images/bground.gif"><b><FONT color=#666699>News</FONT></b></td> </tr> <TR> <TD height="18" WIDTH="100%"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=# onClick="javascript:window.open('news.asp?id=12','','width=432,height=288,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');return false;" title=12/12/2009>China, Kazakhstan unveil landmark gas pipeline</a><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=# onClick="javascript:window.open('news.asp?id=11','','width=432,height=288,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');return false;" title=12/12/2009>Judge: Jon Gosselin must stop unofficial events</a><br> </TD> </TR> <tr> <td height="12"></td> </tr> </TABLE> </TD> </TR> <tr> <td align="center"><A HREF=http://www.republichina.com/product.asp?id=519 TARGET="_blank"><IMG SRC=images/faucets/F12.jpg BORDER="0" width="165"></A> </td> </tr> <TR> <TD> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" align="center"> <tr> <td height="35" style="PADDING-LEFT: 30px; PADDING-TOP: 4px" background="images/bg11.gif"><b><FONT color=#666699>Sold List</FONT></b></td> </tr> <TR BGCOLOR=#ffffff> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=415 target=_blank title=This product has been sold 10 times>Pitcher</a> </TD> </TR> <TR BGCOLOR=#ffffff> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=416 target=_blank title=This product has been sold 10 times>Fast Food Tray</a> </TD> </TR> <TR BGCOLOR=#ffffff> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=553 target=_blank title=This product has been sold 4 times>Japanese Plate SQU...</a> </TD> </TR> <TR BGCOLOR=#ffffff> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=559 target=_blank title=This product has been sold 3 times>Cash Register SHAR...</a> </TD> </TR> <TR BGCOLOR=#ffffff> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=528 target=_blank title=This product has been sold 3 times>S/S Fryer Hanger (...</a> </TD> </TR> <TR BGCOLOR=#ffffff> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=495 target=_blank title=This product has been sold 3 times>Chinese Range Hook</a> </TD> </TR> <TR BGCOLOR=#ffffff> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=655 target=_blank title=This product has been sold 2 times>Heater Element 5000W</a> </TD> </TR> <TR BGCOLOR=#ffffff> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=535 target=_blank title=This product has been sold 1 times>Japanese Plate 11In.</a> </TD> </TR> <TR BGCOLOR=#ffffff> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=451 target=_blank title=This product has been sold 1 times>Bus Box R7</a> </TD> </TR> <TR BGCOLOR=#ffffff> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=555 target=_blank title=This product has been sold 1 times>Japanese Bowl 7In.</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16" ALIGN="right"> <A HREF="sold.asp">More &gt;&gt;&gt;</A>&nbsp;&nbsp;</TD> </TR> <tr> <td height="12" background="images/bg13.gif"></td> </tr> </TABLE> </TD> </TR> <TR> <TD> <TABLE WIDTH="100%" ALIGN="center" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <tr> <td height="35" style="PADDING-LEFT: 30px; PADDING-TOP: 4px" background="images/bg11.gif"><b><FONT color=#666699>Attention</FONT></b></td> </tr> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=416 target=_blank title=This product view 828 times>Fast Food Tray</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=558 target=_blank title=This product view 817 times>Cash Register MSR-...</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=415 target=_blank title=This product view 802 times>Pitcher</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=495 target=_blank title=This product view 681 times>Chinese Range Hook</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=562 target=_blank title=This product view 649 times>Sharp XE-A101 Cash...</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=560 target=_blank title=This product view 643 times>Price Computing Sc...</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=528 target=_blank title=This product view 639 times>S/S Fryer Hanger (...</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=553 target=_blank title=This product view 634 times>Japanese Plate SQU...</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=454 target=_blank title=This product view 630 times>Dolly for container</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=559 target=_blank title=This product view 626 times>Cash Register SHAR...</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16" ALIGN="right"> <A HREF="hot.asp">More&gt;&gt;&gt;</A>&nbsp;&nbsp;</TD> </TR> <tr> <td height="12" background="images/bg13.gif"></td> </tr> </TABLE> </TD> </TR> <tr> <td align="center"><A HREF=http://www.republichina.com/product.asp?id=446 TARGET="_blank"><IMG SRC=images/DCP_0778.jpg BORDER="0" WIDTH="165"></A> </td> </tr> <TR> <TD><TABLE WIDTH="100%" ALIGN="center" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <tr> <td height="35" style="PADDING-LEFT: 30px; PADDING-TOP: 4px" background="images/bg11.gif"><b><FONT color=#666699>New Arrival</FONT></b></td> </tr> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=657 target=_blank title=This product were view 344 times>Heater Element 7000W</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=656 target=_blank title=This product were view 371 times>Heater Element 6000W</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=653 target=_blank title=This product were view 359 times>Heater Element 4000W</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=652 target=_blank title=This product were view 368 times>Heater Element 3000W</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=655 target=_blank title=This product were view 414 times>Heater Element 5000W</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=659 target=_blank title=This product were view 417 times>3 Phase Heater Ele...</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=454 target=_blank title=This product were view 630 times>Dolly for container</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=452 target=_blank title=This product were view 536 times>Trash Container Do...</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=661 target=_blank title=This product were view 444 times>Cut-Out 40A</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=660 target=_blank title=This product were view 365 times>Thermostat 45A</a> </TD> </TR> <TR> <TD background="images/bg12.gif" height="16" ALIGN="right"> <A HREF="hot.asp">More &gt;&gt;&gt;</A>&nbsp;&nbsp;</TD> </TR> <tr> <td height="12" background="images/bg13.gif"></td> </tr> </TABLE> </TD> </TR> <tr> <td align="center"><A HREF=http://www.fada.us TARGET="_blank"><IMG SRC=images/faucets/ak3018s.jpg BORDER="0" WIDTH="165"></A> </td> </tr> </TABLE> </TD> <TD WIDTH="64%" VALIGN="TOP"> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="center"> <TR> <TD valign="top"> <table width="100%" border="0" cellspacing="1" cellpadding="1" align="center"> <tr> <td align="center"><a href=http://www.republichina.com/ target="_blank"> <img src=images/cn-co.jpg border="0" width="550" height="75"></a> </td> </tr> </table> <TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH="100%"> <tr> <td colspan="3" background="images/hor.gif" border="0"> </td> </tr> <TR> <TD width="50%"> <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%"> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=657 TARGET=_blank><IMG ALT=Heater Element 7000W SRC=images/heaters/jgs7000.jpg BORDER=0 width=100></A> </TD> <TD width="65%" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A CLASS=a4 HREF=product.asp?id=657 TARGET=_blank><FONT COLOR=#FF6600>Heater Element 7000W</FONT></A><br> <BR> </TD> </TR> </TABLE> </TD> <td width="1" background="images/ver.gif" border="0"> </td> <TD width="50%" VALIGN=middle><TABLE WIDTH="100%" height="100" CELLPADDING=0 CELLSPACING=0> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=656 TARGET=_blank> <IMG ALT=Heater Element 6000W SRC=images/heaters/jgs7000.jpg BORDER=0 width=100></A></TD> <TD width="65%" VALIGN=middle STYLE="PADDING-LEFT: 6px"><A CLASS=a4 HREF=product.asp?id=656 TARGET=_blank><FONT COLOR=#FF6600>Heater Element 6000W</FONT></A><br> </TD> </TR> </TABLE> </TD> </TR> <TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH="100%"> <tr> <td colspan="3" background="images/hor.gif" border="0"> </td> </tr> <TR> <TD width="50%"> <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%"> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=653 TARGET=_blank><IMG ALT=Heater Element 4000W SRC=images/heaters/JGS4000.jpg BORDER=0 width=100></A> </TD> <TD width="65%" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A CLASS=a4 HREF=product.asp?id=653 TARGET=_blank><FONT COLOR=#FF6600>Heater Element 4000W</FONT></A><br> <BR> </TD> </TR> </TABLE> </TD> <td width="1" background="images/ver.gif" border="0"> </td> <TD width="50%" VALIGN=middle><TABLE WIDTH="100%" height="100" CELLPADDING=0 CELLSPACING=0> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=652 TARGET=_blank> <IMG ALT=Heater Element 3000W SRC=images/heaters/JGS3000.jpg BORDER=0 width=100></A></TD> <TD width="65%" VALIGN=middle STYLE="PADDING-LEFT: 6px"><A CLASS=a4 HREF=product.asp?id=652 TARGET=_blank><FONT COLOR=#FF6600>Heater Element 3000W</FONT></A><br> </TD> </TR> </TABLE> </TD> </TR> <TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH="100%"> <tr> <td colspan="3" background="images/hor.gif" border="0"> </td> </tr> <TR> <TD width="50%"> <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%"> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=655 TARGET=_blank><IMG ALT=Heater Element 5000W SRC=images/heaters/heater5000.jpg BORDER=0 width=100></A> </TD> <TD width="65%" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A CLASS=a4 HREF=product.asp?id=655 TARGET=_blank><FONT COLOR=#FF6600>Heater Element 5000W</FONT></A><br> <BR> </TD> </TR> </TABLE> </TD> <td width="1" background="images/ver.gif" border="0"> </td> <TD width="50%" VALIGN=middle><TABLE WIDTH="100%" height="100" CELLPADDING=0 CELLSPACING=0> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=659 TARGET=_blank> <IMG ALT=3 Phase Heater Element 5000W SRC=images/heaters/HE5208-3Top.jpg BORDER=0 width=100></A></TD> <TD width="65%" VALIGN=middle STYLE="PADDING-LEFT: 6px"><A CLASS=a4 HREF=product.asp?id=659 TARGET=_blank><FONT COLOR=#FF6600>3 Phase Heater Element 5000W</FONT></A><br> </TD> </TR> </TABLE> </TD> </TR> <TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH="100%"> <tr> <td colspan="3" background="images/hor.gif" border="0"> </td> </tr> <TR> <TD width="50%"> <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%"> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=454 TARGET=_blank><IMG ALT=Dolly for container SRC=images/DCP_0722.jpg BORDER=0 width=100></A> </TD> <TD width="65%" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A CLASS=a4 HREF=product.asp?id=454 TARGET=_blank><FONT COLOR=#FF6600>Dolly for container</FONT></A><br> <BR> </TD> </TR> </TABLE> </TD> <td width="1" background="images/ver.gif" border="0"> </td> <TD width="50%" VALIGN=middle><TABLE WIDTH="100%" height="100" CELLPADDING=0 CELLSPACING=0> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=452 TARGET=_blank> <IMG ALT=Trash Container Dolly(USA) SRC=images/DCP_0724.jpg BORDER=0 width=100></A></TD> <TD width="65%" VALIGN=middle STYLE="PADDING-LEFT: 6px"><A CLASS=a4 HREF=product.asp?id=452 TARGET=_blank><FONT COLOR=#FF6600>Trash Container Dolly(USA)</FONT></A><br> </TD> </TR> </TABLE> </TD> </TR> <TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH="100%"> <tr> <td colspan="3" background="images/hor.gif" border="0"> </td> </tr> <TR> <TD width="50%"> <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%"> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=661 TARGET=_blank><IMG ALT=Cut-Out 40A SRC=images/heaters/cut-out-1.jpg BORDER=0 width=100></A> </TD> <TD width="65%" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A CLASS=a4 HREF=product.asp?id=661 TARGET=_blank><FONT COLOR=#FF6600>Cut-Out 40A</FONT></A><br> <BR> </TD> </TR> </TABLE> </TD> <td width="1" background="images/ver.gif" border="0"> </td> <TD width="50%" VALIGN=middle><TABLE WIDTH="100%" height="100" CELLPADDING=0 CELLSPACING=0> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=660 TARGET=_blank> <IMG ALT=Thermostat 45A SRC=images/heaters/th2s.jpg BORDER=0 width=100></A></TD> <TD width="65%" VALIGN=middle STYLE="PADDING-LEFT: 6px"><A CLASS=a4 HREF=product.asp?id=660 TARGET=_blank><FONT COLOR=#FF6600>Thermostat 45A</FONT></A><br> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </TD> </TR> <tr> <td colspan="3" background="images/hor.gif" border="0"> </td> </tr> </TABLE> <table width="100%" border="0" cellspacing="1" cellpadding="1" align="center"> <tr> <td align="center"><a href=http://www.republichina.com/images/bchina.jpg target="_blank"><img src=images/cnlogo.jpg border="0" width="550" height="60"></a> </td> </tr> </table> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <TR> <TD VALIGN=top WIDTH="50%"> <TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH="100%"> <tr> <td colspan="3" background="images/hor.gif" border="0"> </td> </tr> <TR> <TD WIDTH="50%"> <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%"> <TD width="35%" height="108" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=520 TARGET=_blank> <IMG ALT=Swing Faucets 15In.(Made in USA) SRC=images/faucets/F12.jpg BORDER=0 width=100></A> </TD> <TD width="65%" VALIGN=top STYLE="PADDING-LEFT: 6px"><A CLASS=a4 HREF=product.asp?id=520 TARGET=_blank><FONT COLOR=#FF6600>Swing Faucets 15In.(Made in USA)</FONT></A><br> Trade Mark: FADA <BR> <BR> </TD> </TABLE> </TD> <td width="1" background="images/ver.gif" border="0" > </td> <TD VALIGN=top width=50%> <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%"> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=496 TARGET=_blank> <IMG ALT=Iron Hook SRC=images/DCP_0839.jpg BORDER=0 width=100></A> </TD> <TD width="65%" VALIGN=top STYLE="PADDING-LEFT: 6px"> <A CLASS=a4 HREF=product.asp?id=496 TARGET=_blank><FONT COLOR=#FF6600>Iron Hook</FONT></A><br> Trade Mark: Canton <BR> <BR></TD> </TR> </TABLE> </TD> </TR> <TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH="100%"> <tr> <td colspan="3" background="images/hor.gif" border="0"> </td> </tr> <TR> <TD WIDTH="50%"> <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%"> <TD width="35%" height="108" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=620 TARGET=_blank> <IMG ALT=Chopper for grinder SRC=images/ju051121.jpg BORDER=0 width=100></A> </TD> <TD width="65%" VALIGN=top STYLE="PADDING-LEFT: 6px"><A CLASS=a4 HREF=product.asp?id=620 TARGET=_blank><FONT COLOR=#FF6600>Chopper for grinder</FONT></A><br> Trade Mark: Canton <BR> <BR> </TD> </TABLE> </TD> <td width="1" background="images/ver.gif" border="0" > </td> <TD VALIGN=top width=50%> <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%"> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=610 TARGET=_blank> <IMG ALT=Chinese Knife #1 SRC=images/knife/A206B.jpg BORDER=0 width=100></A> </TD> <TD width="65%" VALIGN=top STYLE="PADDING-LEFT: 6px"> <A CLASS=a4 HREF=product.asp?id=610 TARGET=_blank><FONT COLOR=#FF6600>Chinese Knife #1</FONT></A><br> Trade Mark: FADA <BR> <BR></TD> </TR> </TABLE> </TD> </TR> <TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 WIDTH="100%"> <tr> <td colspan="3" background="images/hor.gif" border="0"> </td> </tr> <TR> <TD WIDTH="50%"> <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%"> <TD width="35%" height="108" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=530 TARGET=_blank> <IMG ALT=S/S Fryer Adapter (CecilWare&reg;) SRC=images/DCP_0763.jpg BORDER=0 width=100></A> </TD> <TD width="65%" VALIGN=top STYLE="PADDING-LEFT: 6px"><A CLASS=a4 HREF=product.asp?id=530 TARGET=_blank><FONT COLOR=#FF6600>S/S Fryer Adapter (CecilWare&reg;)</FONT></A><br> Trade Mark: Canton <BR> <BR> </TD> </TABLE> </TD> <td width="1" background="images/ver.gif" border="0" > </td> <TD VALIGN=top width=50%> <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="100%"> <TR> <TD width="35%" align="center" VALIGN=middle STYLE="PADDING-LEFT: 6px"> <A HREF=product.asp?id=467 TARGET=_blank> <IMG ALT=Rectangle Fry Basket SRC=images/DCP_0126.jpg BORDER=0 width=100></A> </TD> <TD width="65%" VALIGN=top STYLE="PADDING-LEFT: 6px"> <A CLASS=a4 HREF=product.asp?id=467 TARGET=_blank><FONT COLOR=#FF6600>Rectangle Fry Basket</FONT></A><br> Trade Mark: Canton <BR> <BR></TD> </TR> </TABLE> </TD> </TR> </TABLE> </TD> </TR> <tr> <td colspan="3" background="images/hor.gif" border="0"> </td> </tr> </TABLE> <table width="100%" border="0" cellspacing="1" cellpadding="1" align="center"> <tr> <td align="center"><a href=http://www.republichina.com/product.asp?id=452 target="_blank"><img src=images/DCP_0724.jpg border="0" width="550"></a> </td> </tr> </table></TD> <TD WIDTH="18%" valign="top"> <table cellspacing=0 cellpadding=0 width=100% align="center"> <tr> <td><TABLE WIDTH="100%" ALIGN="center" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <tr> <td height="35" style="PADDING-LEFT: 30px; PADDING-TOP: 4px" background="images/bg14.gif"><b><FONT color=#666699>Announcement</FONT></b> </td> </tr> <tr> <td align="center" background="images/bg15.gif"> <marquee direction="up" width="150" height="75" scrollamount="2" id=info onMouseOver=info.stop() onMouseOut=info.start()><FONT color=blue>All resalers must Fax your order to<BR> (00)1-718-504-4376<P>Net price display when Resaler Login</font></marquee> </td> </tr> <tr> <td height="12" background="images/bg16.gif"> </td> </tr> </table> </td> </tr> <tr> <td align="right"><a href=http://www.republichina.com/product.asp?id=643 target="_blank"><img src=images/cutting-board/Cutting14Rs.jpg border="0" width="165"></a> </td> </tr> <tr> <td height="5"> </td> </tr> <tr> <td align="center"><TABLE cellSpacing=0 cellPadding=0 width=160 border=0> <TBODY> <TR> <TD width=9><IMG height=9 src="images/vipasp_cornerl.gif" width=9></TD> <TD width=157 background=images/vipasp_top.gif></TD> <TD width=9><IMG height=9 src="images/vipasp_cornerr.gif" width=9></TD></TR> <TR> <TD width=9 background=images/vipasp_l.gif></TD> <TD vAlign=top width=157><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2" align="center"><strong><font color="#666699">Most Hot</font></strong></td> </tr> <tr> <td width="23%"> <A HREF=product.asp?id=416 TARGET=_blank> <IMG ALT=Fast Food Tray SRC=images/DCP_0164.jpg BORDER=0 width=71></A> </td> <td width="77%" valign="top"> <a href=product.asp?id=416 target=_blank title=This product were viewed 828 times>Size:10</a> </td> </tr> <tr> <td colspan="2">List Price : $2<BR> </td> </tr> <tr> <td colspan="2" align="center"> </td> </tr> </table> </TD> <TD width=9 background=images/vipasp_r.gif></TD></TR> <TR> <TD width=9><IMG height=9 src="images/vipasp_cornerbl.gif" width=9></TD> <TD width=157 background=images/vipasp_b.gif></TD> <TD vAlign=bottom width=9><IMG height=9 src="images/vipasp_cornerbr.gif" width=9></TD></TR></TBODY></TABLE> </td> </tr> <tr> <td height="5"></td> </tr> <tr> <td align="center"><TABLE cellSpacing=0 cellPadding=0 width=160 border=0> <TBODY> <TR> <TD width=9><IMG height=9 src="images/vipasp_cornerl.gif" width=9></TD> <TD width=157 background=images/vipasp_top.gif></TD> <TD width=9><IMG height=9 src="images/vipasp_cornerr.gif" width=9></TD></TR> <TR> <TD width=9 background=images/vipasp_l.gif></TD> <TD vAlign=top width=157><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2" align="center"><strong><font color="#666699">Hot Sold</font></strong></td> </tr> <tr> <td width="23%"> <A HREF=product.asp?id=415 TARGET=_blank> <IMG ALT=Pitcher SRC=images/DCP_0120.jpg BORDER=0 width=71></A> </td> <td width="77%" valign="top"> <a href=product.asp?id=415 target=_blank title=This product is viewed 10 times>72 OZ Clear</a> </td> </tr> <tr> <td colspan="2"><br> List Price : $6<BR> </td> </tr> <tr> <td colspan="2" align="center"> </td> </tr> </table> </TD> <TD width=9 background=images/vipasp_r.gif></TD></TR> <TR> <TD width=9><IMG height=9 src="images/vipasp_cornerbl.gif" width=9></TD> <TD width=157 background=images/vipasp_b.gif></TD> <TD vAlign=bottom width=9><IMG height=9 src="images/vipasp_cornerbr.gif" width=9></TD></TR></TBODY></TABLE> </td> </tr> <tr> <td height="5"></td> </tr> <tr> <td align="right"><A HREF=http://www.republichina.com/gb/product.asp?id=615 TARGET="_blank"><IMG SRC=images/faucets/FADA-12.jpg BORDER="0" WIDTH="165"></A> </td> </tr> <tr> <td><TABLE WIDTH="100%" ALIGN="center" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <tr> <td height="35" style="PADDING-LEFT: 30px; PADDING-TOP: 4px" background="images/bg14.gif"><b><FONT color=#666699>Recommend</FONT></b></td> </tr> <TR> <TD background="images/bg15.gif" HEIGHT="22"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=452 target=_blank>Trash Container D...</a>&nbsp;<font color=#FF6600>Wholesale Only</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=661 target=_blank>Cut-Out 40A</a>&nbsp;<font color=#FF6600>Wholesale Only</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=660 target=_blank>Thermostat 45A</a>&nbsp;<font color=#FF6600>Wholesale Only</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=621 target=_blank>Sink Faucet</a>&nbsp;<font color=#FF6600>Wholesale Only</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=615 target=_blank>Chinese Swing Fau...</a>&nbsp;<font color=#FF6600>Wholesale Only</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=640 target=_blank>Rubber Cutting Bo...</a>&nbsp;<font color=#FF6600>Wholesale Only</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=642 target=_blank>Rubber Cutting Bo...</a>&nbsp;<font color=#FF6600>Wholesale Only</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=643 target=_blank>Rubber Cutting Bo...</a>&nbsp;<font color=#FF6600>Wholesale Only</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=649 target=_blank>Rubber Cutting Bo...</a>&nbsp;<font color=#FF6600>Wholesale Only</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=651 target=_blank>Rubber Cutting Bo...</a>&nbsp;<font color=#FF6600>Wholesale Only</font><br> </TD> </TR> <TR> <TD background="images/bg15.gif" height="16" ALIGN="right"><A HREF="recommend.asp">More &gt;&gt;&gt;</A>&nbsp;&nbsp;</TD> </TR> <tr> <td height="12" background="images/bg16.gif"> </td> </tr> </TABLE> </td> </tr> <tr> <td> <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"> <tr> <td height="35" style="PADDING-LEFT: 30px; PADDING-TOP: 4px" background="images/bg14.gif"><b><FONT color=#666699>Discount</FONT></b></td> </tr> <tr> <td background="images/bg15.gif" height="22"> &nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=620 target=_blank>Chopper for grinder</a>&nbsp;<font color=#FF6600>50%</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=610 target=_blank>Chinese Knife #1</a>&nbsp;<font color=#FF6600>51%</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=530 target=_blank>S/S Fryer Ad...</a>&nbsp;<font color=#FF6600>52%</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=467 target=_blank>Rectangle Fry Basket</a>&nbsp;<font color=#FF6600>55%</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=522 target=_blank>Pan - Steel #2</a>&nbsp;<font color=#FF6600>56%</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=625 target=_blank>S/S Fryer Ad...</a>&nbsp;<font color=#FF6600>56%</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=495 target=_blank>Chinese Range Hook</a>&nbsp;<font color=#FF6600>57%</font><br>&nbsp;&nbsp;<img src=images/orange-bullet.gif height=7 width=9><a href=product.asp?id=429 target=_blank>Tumbler 9.5 OZ</a>&nbsp;<font color=#FF6600>59%</font><br> </TD> </TR> <TR> <TD background="images/bg15.gif" height="16" ALIGN="right"><A HREF="discount.asp">More &gt;&gt;&gt;</A>&nbsp;&nbsp;</TD> </TR> <tr> <td height="12" background="images/bg16.gif"> </td> </tr> </TABLE> </td> </tr> <tr> <td align="right"><A HREF=/product.asp?id=610 TARGET="_blank"><IMG SRC=images/knife/A206B.jpg BORDER="0" WIDTH="165"></A> </td> </tr> </table></TD> <TD WIDTH="5" valign="top"> </TD> </TR> </TABLE> <TABLE WIDTH="1000" BORDER="0" CELLSPACING="0" CELLPADDING="0" BGCOLOR=#6699cc ALIGN=center> <TR> <TD ALIGN="center" HEIGHT="19"></TD> <TD WIDTH="100%" HEIGHT="20"><FONT COLOR="ffffff"></FONT></TD></TR> </TABLE> <table cellspacing=1 cellpadding=2 width=1000 border=0 align="center" BGCOLOR=#6699cc> <tr align=center bgcolor="#FFFFFF"> <td><a href="class.asp">Renew</a></td> <td><a href="newarrivals.asp">New Arrival</a></td> <td><a href="hot.asp">Sells Well</a></td> <td><a href="recommend.asp">Recommend</a></td> <td><a href="discount.asp">Discount</a></td> <td><a href="help.asp?action=process">Help</a></td> <td><a href="profile.asp?action=goods"></a></td> <td><a href="help.asp?action=fukuan">Payment</a></td> <td><a href="profile.asp?action=status">Stat Info</a></td> <td><a href="profile.asp?action=addtocart"></a></td> <td><a href="join.asp">VIP Member</a></td> <td><a href="help.asp?action=support">Support</a></td> </tr> <tr align=center bgcolor="#FFFFFF"> <TD><A HREF="intro.asp">About Us</A></TD> <td><a href="sold.asp">Sold List</a></td> <TD><A HREF="help.asp?action=businesstime"></A></TD> <TD><A HREF="help.asp?action=feiyong">Shipping</A></TD> <td><a href="help.asp?action=tiaokuan">Plocy</a></td> <td><a href=help.asp?action=faq>Questions</a></td> <td><a href="help.asp?action=transport"></a></td> <td><a href="help.asp?action=secret">Safety</a></td> <td><SPAN style="CURSOR: hand" onclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('www.republichina.com');">Set to Home Page</SPAN></td> <td><A onclick="window.external.AddFavorite(location.href, document.title);" href="javascript:void(0);">Add to favorite</A></td> <TD><a href="mailto:info@republichina.com"></a></TD> <td><a href="mess.asp">Guest Book</a></td> </tr> </table> <table align="center" cellspacing=0 cellpadding=0 width=1000 border=0 BGCOLOR=#ffffff> <tr> <td align="center"> </td><tr><td align="center" bgcolor="#FFFFFF"> </td></tr><tr><td><HR ALIGN="center" WIDTH="1000" SIZE="1" color="#00FF00"> <img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/9.gif" style="border-style:none; width:1px; height:1px;" /><img src="http://www.jumpcb.com/images/images/10.gif" style="border-style:none; width:1px; height:1px;" /></td></tr> </table> <TABLE WIDTH="1000" BORDER="0" ALIGN="center" CELLPADDING="0" CELLSPACING="0" bgcolor="#FF0000"> <TR><TD ALIGN=center HEIGHT="9"> REPUBLICHINA INC. 146-29 58Ave.Flushing,New York.11355.U.S.A..<br> &nbsp;&nbsp;Tel : 1-718-888-3093 . Fax: 1-718-504-4376<BR>Email : <a href=mailto:info@republichina.com?subject=Contact><font color="#009900">info@republichina.com</font></a> <br> Copyright&nbsp;&copy &nbsp;<a href="http://www.republichina.com" target="_blank"><font color="#FFFFFF">REPUBLICHINA INC.</font></a> 2005&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=ctny/index.asp><font color=black>*</font></a><BR><BR> </TR> </table> </body> </html>