<!--
item_name = 'TEE-PEE HOUND LOUNGE';
item_descr = 'They will enjoy having their own little hide away. Best used as an indoor doghouse. Includes removable fleece covered sleeping pad which is machine washable. Color: khaki green with orange trim or camouflage with orange trim. TP700. 26"x 26"x 26" (suitable for any dog up to 40 lbs.) $208';
// your dog’s new favorite hang out!  Color: khaki green with orange trim. fleece pad inside. Dimensions: 26”w x 26”h with a 12”w x 15”h opening. TP700G $208. TENNIS VEST: a v-neck, hand knit, merino wool vest with contrasting stripe on neck,waist and arm band. Colors: golden with chocolate and chocolate with tan. Sizes 8-22. TSV700 $110';

items[0] = new item('TP700G','TEE-PEE HOUND LOUNGE',208);
items[0].sizes = new Array('26" x 26"');
items[0].color_codes = new Array('og','camouflageorange');
items[0].colors = new Array('khaki green with orange trim', 'camouflage with orange trim');


/*
items[1] = new item('TSV700','TENNIS VEST',110);
items[1].sizes = new Array('8&quot;','10&quot;','12&quot;','14&quot;','16&quot;','18&quot;','20&quot;','22&quot;');
items[1].color_codes = new Array('yb','tb');
items[1].colors = new Array('golden/chocolate','chocolate/tan');
*/

//-->