try {
document.getElementById('ext2').innerHTML = "
Please select your local cinemas.
Once your preferences are saved, you can return anytime and see your customised listings.
"; } catch(err) { txt="An error occurred when trying to populate \n" txt+="element id=\"ext2\" with the content for \n" txt+="couriermail : movies : guides tab \n\n\n" txt+="Error description: " + err.description alert(txt) } try { document.getElementById('ext1').innerHTML = "Please select your TV services to begin browsing.
"; } catch(err) { txt="An error occurred when trying to populate \n" txt+="element id=\"ext1\" with the content for \n" txt+="couriermail : television : guides tab \n\n\n" txt+="Error description: " + err.description alert(txt) } try { document.getElementById('ext3').innerHTML = "Please select your local gig scene.
Once your preferences are saved, you can return anytime and see your customised listings.
"; } catch(err) { txt="An error occurred when trying to populate \n" txt+="element id=\"ext3\" with the content for \n" txt+="couriermail : music : guides tab \n\n\n" txt+="Error description: " + err.description alert(txt) }