function get_partner_container(code, width_, height_, movie_offset, lang_pre)
{
	var language_prefix='';
	if (lang_pre != 'en') {
		language_prefix='/'+lang_pre;
	}
	document.write('<!--BEGIN BRAINPOP PARTNER CODE -->')
	document.write('<iframe ')
	document.write('src ="http://www.brainpop.com'+language_prefix+'/partners/'+code+'/index.weml?mv_offset='+movie_offset+'"')
	document.write('width="'+width_+'"')
	document.write('height="'+height_+'"')
	document.write('frameborder="0"')
	document.write('marginwidth="0"')
	document.write('marginheight="0"')
	document.write('vspace="0"')
	document.write('style="border:0px"')
	document.write('hspace="0"')
	document.write('scrolling="no">')
	document.write('</iframe>')
	document.write('<br><a href="http://esp.brainpop.com/" style="font-size: 9pt; color: #006666; font-family: arial, verdana; text-align: center;">&#77;&#225;&#115;&#32;&#80;&#101;&#108;&#237;&#99;&#117;&#108;&#97;&#115;&#44;&#32;&#65;&#121;&#117;&#100;&#97;&#32;&#99;&#111;&#110;&#32;&#116;&#117;&#32;&#84;&#97;&#114;&#101;&#97;&#32;&#121;&#32;&#65;&#99;&#116;&#105;&#118;&#105;&#100;&#97;&#100;&#101;&#115;&#32;&#101;&#110;&#32;&#66;&#114;&#97;&#105;&#110;&#80;&#79;&#80;&#32;&#69;&#115;&#112;&#97;&#241;&#111;&#108;</a>')
	document.write('<!--END BRAINPOP PARTNER CODE-->')
} 