function DYBpopup() {
	newwindow2=window.open('','name','height=265,width=325');
	var tmp = newwindow2.document;
	tmp.write('<html><head><title>video</title></head>');
	tmp.write('<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
	tmp.write('<embed src="http://www.sermonplayer.com/mvp.swf?clientid=2116&sermonid=33139&d=http://www.sermonplayer.com/" wmode="transparent" quality="high" bgcolor="#ffffff" width="325" height="265" name="mini_video_player" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
	tmp.write('<p><a href="javascript:self.close()">close</a></p>');
	tmp.write('</body></html>');
	tmp.close();
}