function drawFeaturedProduct(featuredContainer){
var content;
content = "\t\t\t\t\t\t\t\t\t
\n";
content += "\t\t\t\t\t\t\t\t\t
Solio Classic Hybrid Charger"; content += "Solio Classic Hybrid Charger for are of your handheld devices."; content += "
\n"; featuredContainer.innerHTML = content; } // now actually call the function drawFeaturedProduct(document.getElementById('featuredProduct'));