function get_partner_container(code, width_, height_, movie_offset, lang_pre)
{
	document.write('<!--BEGIN BRAINPOP PARTNER CODE -->')
	document.write('<iframe ')
	document.write('src ="http://www.brainpop.co.uk/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><span style="font-size: 9pt; font-family: arial, verdana;">This POPbox was made by </span><a href="http://www.brainpop.co.uk/" TARGET="_blank" style="font-size: 9pt; color: #006666; font-family: arial, verdana; text-align: center;">www.brainpop.co.uk</a>')
	document.write('<!--END BRAINPOP PARTNER CODE-->')
}
