<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
            "http://www.w3.org/TR/html4/loose.dtd">
<head>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0 Feed: Office1000 Blog" href="http://www.office1000.org/feed.xml">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<title>&#9758; Big Savings on CARTS; Furniture Moving. Discount Office Supplies</title>
</head>
<BODY BGCOLOR="#C9DCC9">

<table width="100%" cellpadding=0 cellspacing=0 border=0>
<tr>
<td width=13><img src="http://p.office1000.com/b/tl1.gif" width=13 height=13 border=0 alt="top corner"></td>
<td style="background-image: url('http://p.office1000.com/b/tb1.gif');"><img src="http://p.office1000.com/b/tb1.gif" width=1 height=13 border=0 alt="filler"></td>
<td width=13><img src="http://p.office1000.com/b/tr1.gif" width=13 height=13 border=0 alt="top corner"></td>
</tr>

<tr>
<td style="background-image: url('http://p.office1000.com/b/lv1.gif');"><img src="http://p.office1000.com/b/lv1.gif" width=13 height=1 border=0 alt="filler"></td>
<td align="left">


<table border=0 width="100%" bgcolor="#EAEFF4" cellspacing=0 cellpadding=0>
<tr><td colspan=2>
<table width="100%" border=2 cellpadding=2 cellspacing=0><tr><td>
<table border=0 width="100%"><tr><td>
<H1><font size="+1"><i>Our most popular Furniture Moving!!</i><!--A--></font></H1>
</td><td width=156 valign=top>
<table border=0 cellpadding=0><tr><td>
<a href="http://www.bbbonline.org/cks.asp?id=103102111375835642" TARGET=_blank><img src="http://p.office1000.com/bbb1.gif" alt="BBBOnLine Reliability Seal" WIDTH=135 HEIGHT=48 BORDER=0></a>
</td><td><a href="http://www.office1000.com/" title="Discount Office Supplies; Office1000.com">Discount Office Supplies</a></td></tr></table>
</td></tr></table>
</td></tr></table>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<tr><td valign=top colspan=2 width=100%>
<table width="100%" border=0><tr><td valign=top><center>
<p>
<b>Quick, Easy, Secure Online Ordering</b><br>
<a href="javascript:ordshow(1);"><img src="http://p.office1000.com/c5.jpg" height=46 width=297></a><font size=-1><b><br>
<SPAN style="BACKGROUND-COLOR: #ffff99"><font color=blue>&nbsp;All the best Office Supplies and more from&nbsp;</font></span><br>
<SPAN style="BACKGROUND-COLOR: #ffff99"><font color=blue>&nbsp;Glen L. Roberts, at great prices! Simply &nbsp;</font></span><br>
<SPAN style="BACKGROUND-COLOR: #ffff99"><font color=blue>&nbsp;Click "Buy Now" to check shipping cost&nbsp;</font></span>
</center></td><td width=100% valign=top>
<center>
<table border=0><tr><td width=100%>
&bull; <a href="/office">Home<a><br>
&bull; <a href="http://www.glr.com/pens/">Pens, Pencils and Refills</a><br>
&bull; <a href="http://www.glr.com/discount/">Complete Product Index</a><br>
&bull; <a href="http://www.glr.com/supplies/mfgindex.html">Manufacturer Index</a><br>
&bull; <a href="http://www.officenmore.com">Office Forum</a> &bull; <a href="http://blog.office1000.org">Business Blog</a><br>
</td></tr>
</form><FORM ACTION="http://search.office1000.com/cgi-bin/affs.cgi" method=get>
<tr><td width=100%>
<input name=affid type=hidden value=glroffice>
<input name=S size=15 maxlength=800>&nbsp;&nbsp;
<input type=submit name=search value="Search">
</td></tr></table></td></tr></table>
</td></tr></form>
<tr><td colspan=2>
<center>
<script type="text/javascript"><!--
google_ad_client = "pub-3263487343763198";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel ="5764394809";
google_color_border = "EAEFF4";
google_color_bg = "EAEFF4";
google_color_link = "0000FF";
google_color_url = "EAEFF4";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
</td></tr></table>
<!--ordone-->
<center><br><table border=1 width=95% cellpadding=5><form name=items>



<script language='JavaScript'>
<!--
x=getCookie('Src');
y=getCookie('Src1');
y1=y.length;
x1=x.length;
if (1==0) {
       window.focus();
   setCookie('Src','ent '+document.referrer,4);}
if (y1==0) {setCookie('Src1','F '+document.URL,4);}


    function ordshow(none) {
        document.location='https://www.office1000.com/cgi-bin/ords3.pl?affid=glroffice';
    }

    function buyItem(newItem, newQuantity) {
        if(newQuantity<=0) {
            newQuantity=1;
        } 
        document.location='https://www.office1000.com/cgi-bin/ords3.pl?affid=glroffice&i='+newItem+'&q='+newQuantity;
    }

  

function getCookie(NameOfCookie)
{ if (document.cookie.length > 0)
{ begin = document.cookie.indexOf(NameOfCookie+"=");
if (begin != -1)
{ begin += NameOfCookie.length+1;
end = document.cookie.indexOf(";", begin);
if (end == -1) end = document.cookie.length;
return unescape(document.cookie.substring(begin, end)); }
}
return '';
}

function setCookie(NameOfCookie, value, expiredays)
{ var ExpireDate = new Date ();
ExpireDate.setTime(ExpireDate.getTime() + (expiredays * 24 * 3600 * 1000));
document.cookie = NameOfCookie + "=" + escape(value) +
((expiredays == null) ? "" : "; path=/ expires=" + ExpireDate.toGMTString());
}



function delCookie (NameOfCookie)
{ if (getCookie(NameOfCookie)) {
document.cookie = NameOfCookie + "=" +
"; path=/ expires=Thu, 01-Jan-70 00:00:01 GMT";
}
}

function stock (Item) {
 window.open('http://www.office1000.com/stockyes.html?' + Item ,'stock','width=350,height=350');
}

function nostock (Item) {
 window.open('http://www.office1000.com/stockno.html?' + Item ,'stock','width=350,height=350');
}

function fikstock (Item) {
 window.open('http://www.office1000.com/stockfik.html?' + Item ,'stock','width=350,height=350');
}

function save (numbo) {
 window.open('http://www.office1000.com/save' + numbo + '.html','save','width=350,height=350');
}

function clarify (Item) {
        window.open('http://www.office1000.com/clarify.html?'+ Item,'clarify','width=420,height=400,dependent=1,directories=0,hotkeys=0,location=0,menubar=0,toolbar=0,resizable=1,alwaysRaised,scrollbars=1,status=1');
	}

function short1 (Item1) {
window.open('http://www.office1000.com/cgi-bin/setmember.cgi?' + Item1,'clarify','width=420,height=400,dependent=1,directories=0,hotkeys=0,location=0,menubar=0,toolbar=0,resizable=1,alwaysRaised,scrollbars=1,status=1');
}

function clarify (Item) {
window.open('http://www.office1000.com/clarify.html?'+ Item,'clarify','width=420,height=400,dependent=1,directories=0,hotkeys=0,location=0,menubar=0,toolbar=0,resizable=1,alwaysRaised,scrollbars=1,status=1');
}

function short1 (Item1) {
window.open('http://www.office1000.com/cgi-bin/setmember.cgi?' + Item1,'clarify','width=420,height=400,dependent=1,directories=0,hotkeys=0,location=0,menubar=0,toolbar=0,resizable=1,alwaysRaised,scrollbars=1,status=1');
}

function pop (Item2) {
window.open('http://www.office1000.com/' + Item2 + '.html','clarify','width=420,height=400,dependent=1,directories=0,hotkeys=0,location=0,menubar=0,toolbar=0,resizable=1,alwaysRaised,scrollbars=1,status=1');
}
//-->
</script>



<!--d-->


<table border=1 cellpadding=5 width="95%" bgcolor="#DAEFE4"><!--T--><tr align=left><td><B><font size="+1">This Category: CARTS</font></b> Click for other subcategories: &#149; <a href="http://www.office1000.com/checklist/avcarts.html">A/V Carts</a> &#149; <a href="http://www.office1000.com/checklist/handtrucks.html">Hand Trucks</a> &#149; <b><font color=green size="+1">Furniture Moving</b></font> &#149; <a href="http://www.office1000.com/checklist/tvcrcarts.html">TV/VCR Carts</a> &#149; <a href="http://www.office1000.com/checklist/mcomputercarts.html">Mobile Computer Carts</a> &#149; <a href="http://www.office1000.com/checklist/utilitycarts.html">Utility/Rolling Carts</a></td></tr></table><br>
<table border=1 cellpadding=5 width="95%" bgcolor="#DAEFE4"><tr align=left><td bgcolor="#DAEFE4"><p><a name="a_5320SFC" id="a_5320SFC"></a><img src="http://p.office1000.com/mp2/5320sfc.jpg" align=right WIDTH=400 HEIGHT=314 alt="  5320  - SFC  - (UPC: )   Cabinet Mover  "><b>Safco</b> <br><h3>Cabinet Mover</h3><ul> <li>This pair (set of two) of tough steel dollies make it easy to move cabinets, files, furniture or other bulky and heavy objects <li>Thick steel frame is supported by three 2-1/2" swivel casters that allow maneuverability in tight areas <li>1000 lb. capacity per set <li>The platform's center is recessed to secure furniture legs <li>Non-mar skid-resistant vinyl finish</ul><table border=0 cellpadding=5><tr><td><img src="http://p.office1000.com/factory.gif" width=100 height=30 alt="Factory Direct Shipping"></td><td><img src="http://p.office1000.com/free.gif" width=100 height=30 alt="Free Shipping"></td></tr></table><br><br><table border=1 cellpadding=5 bgcolor="#EAEFF4"><tr align=left><td><br><font color=blue><b>5320</b> - SFC</font> - (UPC: ) <font color=green><b>Cabinet Mover</b></font><br><b>19-7/8" x 8-1/4" x 4-1/4"<br>[EA = 1 pair]</b><br><b>$105.47 (EA)</b><a href="https://www.office1000.com/cgi-bin/ords3.pl?i=5320SFC&amp;q=1" target="_top"><IMG SRC="http://p.office1000.com/b.gif" ALT="Add 5320 to Shopping Cart" WIDTH=81 HEIGHT=16 BORDER=0></a> <b>Save up to %30!</b>  Retail: $152.00<br>&nbsp;<br></td></tr></table><p><b><font color=green>&bull; <a href="https://www.office1000.com/cgi-bin/ords3.pl">View Cart/Checkout</a><br>Reference SAF5320 </font></b><br><font size=-1>Listed in: * <a href="http://www.glr.com/discount/furniture-mover.html">Furniture: Mover</a>  </font></td></tr>
</table><br><table border=1 cellpadding=5 width="95%" bgcolor="#DAEFE4"><tr align=left><td bgcolor="#DAEFE4"><p><a name="a_4092SFC" id="a_4092SFC"></a><img src="http://p.office1000.com/mp2/4092sfc.jpg" align=right WIDTH=105 HEIGHT=205 alt="  4092  - SFC  - (UPC: 0 73555 40920)   Heavy Duty Continuous Handle Hand Truck  "><b>Safco</b> <br><h3>Continuous Handle Trucks</h3><ul> <li>Ideal for one- or two-handed use <li><b>4081 Standard:</b> <li>Capacity: 300 Lbs., 8" x 1-3/4" tires <li><b>4092 Heavy Duty</b> <li>Capacity: 500 Lbs., 10" x 2-3/4" tires <li>Assembly required <li>Power Grasp Handle <li>Red baked enamel finish</ul><table border=0 cellpadding=5><tr><td><img src="http://p.office1000.com/factory.gif" width=100 height=30 alt="Factory Direct Shipping"></td><td><img src="http://p.office1000.com/free.gif" width=100 height=30 alt="Free Shipping"></td></tr></table><br><br><table border=1 cellpadding=5 bgcolor="#EAEFF4"><tr align=left><td><br><font color=blue><b>4092</b> - SFC</font> - (UPC: 0 73555 40920) <font color=green><b>Heavy Duty Continuous Handle Hand Truck</b></font><br><b>(RED) Capacity; 500 Lbs., 10" x 2-3/4" tires</b><br><b>$165.47 (EA)</b><a href="https://www.office1000.com/cgi-bin/ords3.pl?i=4092SFC&amp;q=1" target="_top"><IMG SRC="http://p.office1000.com/b.gif" ALT="Add 4092 to Shopping Cart" WIDTH=81 HEIGHT=16 BORDER=0></a> <b>Save up to %31!</b>  Retail: $243.00<br>&nbsp;<br><br><font color=blue><b>4081</b> - SFC</font> - (UPC: 0 73555 40810) <font color=green><b>Continuous Handle Hand Truck</b></font><br><b>(RED) Capacity; 300 Lbs., 8" x 1-3/4" tires</b><br><b>$134.77 (EA)</b><a href="https://www.office1000.com/cgi-bin/ords3.pl?i=4081SFC&amp;q=1" target="_top"><IMG SRC="http://p.office1000.com/b.gif" ALT="Add 4081 to Shopping Cart" WIDTH=81 HEIGHT=16 BORDER=0></a> <b>Save up to %30!</b>  Retail: $194.00<br>&nbsp;<br></td></tr></table><p><b><font color=green>&bull; <a href="https://www.office1000.com/cgi-bin/ords3.pl">View Cart/Checkout</a><br>Reference SAF4092 SAF4081 </font></b><br><font size=-1>Listed in: * <a href="http://www.glr.com/discount/hand-truck.html">Hand Truck</a>  </font></td></tr>
</table><br><table border=1 cellpadding=5 width="95%" bgcolor="#DAEFE4"><tr align=left><td bgcolor="#DAEFE4"><p><a name="a_4084SFC" id="a_4084SFC"></a><img src="http://p.office1000.com/mp2/4084sfc.jpg" align=right WIDTH=105 HEIGHT=224 alt="  4084  - SFC  - (UPC: 0 73555 40840)   Heavy Duty Loop Handle Hand Truck  "><b>Safco</b> <br><h3>Loop Handle Truck</h3><ul> <li>Loop handle on back of frame allows easy control with just one hand <li>Solid rubber 10" x 2-3/4" tires <li>500-lb. capacity <li>Assembly required <li>Red baked enamel finish</ul><table border=0 cellpadding=5><tr><td><img src="http://p.office1000.com/factory.gif" width=100 height=30 alt="Factory Direct Shipping"></td><td><img src="http://p.office1000.com/free.gif" width=100 height=30 alt="Free Shipping"></td></tr></table><br><br><font color=blue><b>4084</b> - SFC</font> - (UPC: 0 73555 40840) <font color=green><b>Heavy Duty Loop Handle Hand Truck</b></font><br><b>(RED) 18" x 47" </b><br><b>$200.77 (EA)</b><a href="https://www.office1000.com/cgi-bin/ords3.pl?i=4084SFC&amp;q=1" target="_top"><IMG SRC="http://p.office1000.com/b.gif" ALT="Add 4084 to Shopping Cart" WIDTH=81 HEIGHT=16 BORDER=0></a> <b>Save up to %33!</b>  Retail: $304.00<br>&nbsp;<br><p><b><font color=green>&bull; <a href="https://www.office1000.com/cgi-bin/ords3.pl">View Cart/Checkout</a><br>Reference SAF4084 </font></b><br><font size=-1>Listed in: * <a href="http://www.glr.com/discount/hand-truck.html">Hand Truck</a>  </font></td></tr>
</table><br><table border=1 cellpadding=5 width="95%" bgcolor="#DAEFE4"><tr align=left><td bgcolor="#DAEFE4"><p><a name="a_4087SFC" id="a_4087SFC"></a><img src="http://p.office1000.com/ip/SAF4086.jpg" align=right WIDTH=225 HEIGHT=225 alt="  4087  - SFC  - (UPC: 0 73555 40870)   Convertible Hand Truck  "><b>Safco</b> (Pg No. 342)<br><h3>Convertible Hand Truck</h3><ul>  <li>Converts from a 2-wheel hand truck to a 4-wheel platform truck  <li>Two swivel casters for use with platform truck  <li>10-year guarantee on the toe plate  <li><b>4086SFC Heavy duty:</b> <li>10" x 2-3/4" solid rubber wheels  <li>Capacity: 500 lb. 2 wheels  <li>Capacity: 600 lb. 4 wheels  <li><b>4087SFC Standard:</b> <li>8" x 1-3/4" wheels  <li>Capacity: 300 lb. 2 wheels  <li>Capacity: 400 lb. 4 wheels </ul><table border=0 cellpadding=5><tr><td><img src="http://p.office1000.com/factory.gif" width=100 height=30 alt="Factory Direct Shipping"></td><td><img src="http://p.office1000.com/free.gif" width=100 height=30 alt="Free Shipping"></td></tr></table><br><br><table border=1 cellpadding=5 bgcolor="#EAEFF4"><tr align=left><td><br><font color=blue><b>4087</b> - SFC</font> - (UPC: 0 73555 40870) <font color=green><b>Convertible Hand Truck</b></font><br><b>(RED) 51"H x 18"W</b><br><b>$209.00 (EA)</b><a href="https://www.office1000.com/cgi-bin/ords3.pl?i=4087SFC&amp;q=1" target="_top"><IMG SRC="http://p.office1000.com/b.gif" ALT="Add 4087 to Shopping Cart" WIDTH=81 HEIGHT=16 BORDER=0></a> <b>Save up to %34!</b>  Retail: $317.00<br>&nbsp;<br><br><font color=blue><b>4086</b> - SFC</font> - (UPC: 0 73555 40860) <font color=green><b>Heavy Duty Convertible Hand Truck</b></font><br><b>(RED) 51"H x 18"W, Heavy Duty</b><br><b>$251.00 (EA)</b><a href="https://www.office1000.com/cgi-bin/ords3.pl?i=4086SFC&amp;q=1" target="_top"><IMG SRC="http://p.office1000.com/b.gif" ALT="Add 4086 to Shopping Cart" WIDTH=81 HEIGHT=16 BORDER=0></a> <b>Save up to %35!</b>  Retail: $389.00<br>&nbsp;<br></td></tr></table><p><b><font color=green>&bull; <a href="https://www.office1000.com/cgi-bin/ords3.pl">View Cart/Checkout</a><br>Reference SAF4087 SAF4086 </font></b><br><font size=-1>Listed in: * <a href="http://www.glr.com/discount/hand-truck.html">Hand Truck</a>  </font></td></tr>
</table><br><table border=1 cellpadding=5 width="95%" bgcolor="#DAEFE4"><!--T--><tr align=left><td><B><font size="+1">This Category: CARTS</font></b> Click for other subcategories: &#149; <a href="http://www.office1000.com/checklist/avcarts.html">A/V Carts</a> &#149; <a href="http://www.office1000.com/checklist/handtrucks.html">Hand Trucks</a> &#149; <b><font color=green size="+1">Furniture Moving</b></font> &#149; <a href="http://www.office1000.com/checklist/tvcrcarts.html">TV/VCR Carts</a> &#149; <a href="http://www.office1000.com/checklist/mcomputercarts.html">Mobile Computer Carts</a> &#149; <a href="http://www.office1000.com/checklist/utilitycarts.html">Utility/Rolling Carts</a></td></tr></table><br>


</table>

<center><table width=95% cellpadding=5 border=2><tr><td>

<b>We accept Visa, MasterCard, Discover/Novus, American Express, and Paypal</b>

<br>
<center><table border=1 cellpadding=5>
<tr><td colspan=3>
<center><font color=blue size=+1><b>Glen Roberts Business Supply Direct Menu Links</b></font></center>
</td></tr>
<tr><td width=33%><ul>
<li><a href="http://www.glr.com/office/">Office and Business Supplies Home</a>
<li><a href="http://blog.glrsales.com/">Webmasters, SEO</a>
<li><a href="http://www.deskomatic.com/">Office Furniture</a>
<li><a href="http://www.glr.com/safco/">Safco Products</a>
<li><a href="http://carsforsale.classifieds1000.com/">Buy & Sell Used Cars</a>
</ul>
</td><td width=33%>
<ul>
<li><a href="http://www.office1000.com/faq.html">Frequently Asked Questions</a>
<li><a href="http://www.glr.com/pens/">Pen, Pencil Refills</a>
<li><a href="http://www.glr.com/phone/">Telephones, Accessories & More</a>
</ul>
</td><td width=33%>
<ul>
<li><a href="http://www.office1000.com/terms.html">Terms / Privacy</a>
<li><a href="http://www.glr.com/discount/">Product Index</a>
<li><a href="http://www.glr.com/supplies/mfgindex.html">Manufacturer Index</a>
<li><a href="http://www.office1000.com/about.html">About Office1000</a>
</ul>
</td></tr></table></center>

<center>
<script type="text/javascript"><!--
google_ad_client = "pub-3263487343763198";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel ="5764394809";
google_color_border = "C9DCC9";
google_color_bg = "C9DCC9";
google_color_link = "0000FF";
google_color_url = "C9DCC9";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
<b>http://www.office1000.com, Office100, Inc., 1123 E. Second St, Oil City, PA 16301.
<br><a href="http://www.office1000.com/customer">Contact Office1000, Inc</a>
</td></tr></table></center>
<br>



<table border=1 cellpadding=5 width="95%" bgcolor="#DAEFE4"><!--T--><tr align=left><td><B><font size="+1">This Category: CARTS</font></b> Click for other subcategories: &#149; <a href="http://www.office1000.com/checklist/avcarts.html">A/V Carts</a> &#149; <a href="http://www.office1000.com/checklist/handtrucks.html">Hand Trucks</a> &#149; <b><font color=green size="+1">Furniture Moving</b></font> &#149; <a href="http://www.office1000.com/checklist/tvcrcarts.html">TV/VCR Carts</a> &#149; <a href="http://www.office1000.com/checklist/mcomputercarts.html">Mobile Computer Carts</a> &#149; <a href="http://www.office1000.com/checklist/utilitycarts.html">Utility/Rolling Carts</a></td></tr></table><br>
