?//List of products stored in variables for use by googleCart code.
var productListings = "";
productListings += "Title=Aztec Calendar Table w/pedestal; Description1=Aztec Calendar Table w/pedestal; Description2=Round, Aztec calendar style; Price=2500; Weight=50;Image=Lchair_calendar_t.jpg;\n";
productListings += "Title=Rectangular Dinning Table; Description1=Dark Rectangular Dinning Table w/6 chairs; Description2=Blond/light wood, rectangular, carved sun in center, chair backs are carved; Price=1500; Weight=65;Image=Rectangular_d.jpg;\n";
productListings += "Title=Rectangular Dinning Table Blond; Description1=Rectangular Dinning Table w/6 chairs; Description2=Blond/light wood, rectangular, carved sun in center, chair backs are carved; Price=1500; Weight=65;Image=Rectangular_b.jpg;\n";
productListings += "Title=Sofa Buffet Table; Description1=Sofa Buffet Table; Description2=Various carvings, sits behind sofa (taller), rectangular; Price=550; Weight=35;Image=buffet_table_f.jpg;\n";
productListings += "Title=Entertainment Unit; Description1=Entertainment unit; Description2=Tall/wide TV entertainment unit; Price=750; Weight=10;Image=entertainment_f.jpg;\n";
productListings += "Title=End Table; Description1=End Table; Description2=Various carved design; Price=350; Weight=10;Image=Lchair_endtable_a.jpg;\n";
productListings += "Title=King size Headboard; Description1=King size Headboard; Description2=Carved with Sun and misc; Price=450; Weight=10;Image=headboard_wide.jpg;\n";
productListings += "Title=Queen size Headboard; Description1=Queen size Headboard; Description2=Carved with Sun and misc; Price=350; Weight=10;Image=headboard_wide.jpg;\n";
productListings += "Title=Double size Headboard; Description1=Double size Headboard; Description2=Carved with Sun and misc; Price=250; Weight=10;Image=headboard_wide.jpg;\n";
productListings += "Title=Twin size Headboard; Description1=Twin size Headboard; Description2=Carved with Sun and misc; Price=150; Weight=10;Image=headboard_wide.jpg;\n";
productListings += "Title=Equipale Barrel Chair; Description1=Equipale Barrel Chair; Description2=rustic leather chair; Price=55; Weight=15;Image=Lchairs_endtable.jpg;";
//To add additional products: Copy, Paste, remove //, fill in all Attribute= sections. 
//Do not use double ", single ' is fine. Or if you want to use double " use the special /" combination.
//productListings += "Title=;Description1=;Description2=;Price=;Weight=;Image=;";

//Load googleCart application now.
var script = document.createElement("script");
script.language = "javascript";
script.type = "text/javascript";
script.src = "googleCart/includes.js";
document.getElementsByTagName("head")[0].appendChild(script);				
				
						

 		
