//---------------------------------------------------------
function j_20100131_1222_br_page_Iframe(src, height, width) {
    var out='<iframe marginheight="0"'
      + ' src="' + src + '"'
      + ' frameborder="0" marginwidth="0" scrolling="no"'
      + ' style="padding:0px; height:' + height
      + '; width:' + width
      + ';"></iframe>';
    document.write(out);
}
//---------------------------------------------------------
j_20100131_1222_br_page_Iframe(
"http://www.gainesvilledance.com/w/wbr/gainesvilledance_com/js/newsletter_gainesville_dance.htm", "133em", "15em");
//---------------------------------------------------------
