//---------------------------------------------------------
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.partnershipdancing.com/w/wbr/partnershipdancing_com/js/newsletter_partnership_dancing.htm", "42em", "15em");
//---------------------------------------------------------
