2007 Itasca SUNSTAR 30B Class-A, Slide-Out, Low Miles
Built on the Powerful Ford 6.8L Triton V-10
Ford F53 Chassis * 18,000# GVWR
Automatic 5-Speed TorqShift Transmission
Only 40,000 Miles!
~ Quality Cabinetry * Ducted A/C * Pleated Privacy Shades ~
| Stock # | 8063 |
| Year | 2007 |
| Manufacturer | Itasca |
| Model | Sunstar 30B |
| Type | Class-A Gas |
| Length | 30 |
| Slides | 1 |
| Mileage | 40000 |
| Engine | Ford 6.8L Triton V-10 |
| PRICE | $29,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(); }); });