document.getElementById("ctl00_RightColAdRepeater_ctl00_RightColAdLink").onclick = openWindow;

function openWindow() {
      window.open('content/comparison/comparison.html', 'comparisonWindow', 'toolbar=0,width=940,height=700,scrollbars=1');
	  return false;
    }
