function drawFeaturedProduct(featuredContainer){ var content; content = "\t\t\t\t\t\t\t\t\t\"Epic\n"; content += "\t\t\t\t\t\t\t\t\t

Epic EV4500 4-Line Telephone (Voicemail/Auto Attendant)"; content += "A 4-Line Plug and Play Phone System w/ Voicemail & Auto Attendant. Ideal for the Small Business/Retail Customer with 4 lines and under. This phone packs a big punch with all the features of larger phone systems at a lower price. Scalable to 4 lines and up to 16 stations."; content += "

\n"; featuredContainer.innerHTML = content; } // now actually call the function drawFeaturedProduct(document.getElementById('featuredProduct'));