function init_Sechead() { // insert sechead if (currentSection!="") { // var tmpLCSect = currentSection.toLowerCase(); var sechead = 'Wheels home' } else { var sechead = 'Wheels home' } document.getElementById('topstrap').innerHTML = sechead; } function init_HomeImages() { // home page index images if (currentSection=="Home" && currentTitle=="Wheels") { // home image //var homeImgHolder = document.getElementById('home_image'); //homeImgHolder.innerHTML = '' +     unescape(viewResults[1].viewTitle) + ''; // index images /* for (var z=2; z'; document.getElementById('index_'+z).innerHTML = indexImage; } */ } } function init_Promoads() { // house ads //var adsHTML = '
Carpoint ad

' var adsHTML = '
Carsales ad

' //adsHTML += 'Showroom'; //adsHTML += '
Terms and conditions for The Wheels Australia August 2007 Readership Promotion
'; document.getElementById('promo_ads').innerHTML = adsHTML; }