/************************************************
 * 
 * タレント応援バナーIframe作成用JS
 * 
 * Author        : Miyuki Watanabe
 * Last Modified : $Date$
 * Version       : $Revision$
 * 
 * (c) CYBER AGENT.LTD
 * 
 ************************************************/

var talentBannerTag = '';

talentBannerTag += '<ifr'+'ame src="http://ameblo.jp/content/talent_blog_fan/pattern' + ameblo_talentBanner_frameType + '.html?talentId=' + ameblo_talentBanner_talentId + '&message=' + ameblo_talentBanner_message + '"';
talentBannerTag += ' width="'+ ameblo_talentBanner_width +'"'+
' height="'+ ameblo_talentBanner_height +'"'+
' scrolling="no"'+
' frameborder=0'+
' marginwidth="0"'+
' marginheight="0"'+
' allowTransparency="true"'+
'></ifr'+'ame>';

document.write(talentBannerTag);
