function showWIRSurvey() {

    var url = 'http://www.zoomerang.com/Survey/?p=WEB229BJVGBJ36';
    if (url && url.length > 0) {
        window.open(url, 'wndNew', 'width = 680, height = 650, resizable = 1, left = 10, toolbar, status, scrollbars, menubar, location');
    }
}