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" + "element id=\"ext2\" with the content for \n" + "heraldsun : movies : guides tab \n\n\n" + "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" + "element id=\"ext1\" with the content for \n" + "heraldsun : television : guides tab \n\n\n" + "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" + "element id=\"ext3\" with the content for \n" + "heraldsun : music : guides tab \n\n\n" + "Error description: " + err.description; alert(txt); }