2005 Forest River SUNSEEKER 3100 Class-C, Slide-Out, Sleeps-8
Built on the FORD 6.8L Triton V-10
FORD E-450 Super Duty Chassis * GVWR 14,050#
Only 53,000 Miles!
~ Quality Oak Cabinetry * Roof A/C * Pleated Privacy Shades ~
| Stock # | 8070 |
| Year | 2005 |
| Manufacturer | Forest River |
| Model | Sunseeker 3100 |
| Type | Class-C |
| Length | 31 |
| Slides | 1 |
| Mileage | 53000 |
| Engine | Ford 6.8L Triton V-10 |
| PRICE | $19,950 |
"; var newstr = document.all.item(printpage).innerHTML; var oldstr = document.body.innerHTML; document.body.innerHTML = headstr+newstr+footstr; window.print(); document.body.innerHTML = oldstr; return false; } $(".print_this").click(function(e){ // e.preventDefault(); }); $(".popup_contact").click(function(e){ e.preventDefault(); $(".pop_form").show(); }); $(".pop_close").click(function(e){ $(this).closest(".pop_form").hide(); }); });