function get_player(width_, height_)
{
	if(width_=="")
		width_=167;
	if(height_=="")
		height_=448;
	
	document.write('<!--BEGIN BRAINPOP JR. JOKES PLAYER CODE -->')
	document.write('<iframe ')
	document.write('src ="http://www.brainpopjr.com/widgets/jokes/"')
	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('<!--BEGIN BRAINPOP JR. JOKES PLAYER CODE-->')
} 