<!-- called by the calculators iframe -->
function generalpopup(href) {
popupWin = window.open(href, 'remote', 'width=500,height=600,left=40,top=30,scrollbars=yes');
}

<!-- called by bigchart ads -->
function switchimg(newImg, whichImg) {
var imgRoot ;
var randNum ;
randNum = Math.random() ;
imgRoot = "http://a1128.g.akamaitech.net/v/1128/402/3m/akachart.bigcharts.com/custom/thestreet-com/";
document.images[whichImg].src = imgRoot + newImg + ".img?" + randNum ;
}

<!-- called by old bigchart ads -->
function sw(nImg, wImg) {
var iRoot ;
var randNum ;
randNum = Math.random() ;
iRoot = "http://chart.bigcharts.com/custom/thestreet-com/";
document.images[wImg].src = iRoot + nImg + ".gifquote?" + randNum ;
}
