﻿
function getCode()
{
    var ad_format =  yoc_w_width+'x'+yoc_w_height;	
    var newcode;
    newcode = "<iframe name='" + yoc_w_frame + "' width='"+yoc_w_width+"' height='"+yoc_w_height+"' frameborder='0' marginwidth='0' marginheight='0' vspace='0' hspace='0' allowtransparency='true' scrolling='no' src=\""+yoc_home+"widgets/i.aspx?ww="+yoc_w_width+"&wh="+yoc_w_height+"&bw="+yoc_b_width+"&bc="+yoc_b_color+"\"></iframe>";
    return newcode;
}