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://www.brainpop.com/" style="font-size: 9pt; color: #006666; font-family: arial, verdana; text-align: center;">More Movies, Homework Help & Activities at BrainPOP.com</a>')
	document.write('<!--END BRAINPOP PARTNER CODE-->')
} 