function drawPoll(pollID, height) { var html = ""; var linkobj = document.getElementById(pollID); html = "" ; if(linkobj != null && linkobj.href == 'http://www.etasweet.com/poll/') { document.write(html); linkobj.style.display = 'none'; } }