function createfpp() {
var fpp = window.open("","lw","width=710,height=320,status=yes,resizable=no,left=0,top=0");
fpp.document.open();
fpp.document.write("<html> \n");
fpp.document.write("<head> \n");
fpp.document.write("<title>FRONT PAGE PLAYER</title> \n");
fpp.document.write("</head> \n");
fpp.document.write("<body bgcolor='#DDDDD0'> \n");
fpp.document.write("<center> \n");
fpp.document.write("<embed type='application/x-shockwave-flash' src='http://www.njoyradio.us/ondemand/player.swf' width='690' height='290' wmode='opaque' allowscriptaccess='always' allowfullscreen='false' flashvars='file=http://www.njoyradio.us/ondemand/v.flv&autostart=true&controlbar=bottom&stretching=exactfit&skin=http://www.njoyradio.us/ondemand/black.swf&backcolor=fffff9&frontcolor=0080ff&icons=true&lightcolor=ff00ff&id=1001' pluginspage='http://get.adobe.com/flashplayer/'></embed> \n");
fpp.document.write("</center> \n");
fpp.document.write("</body> \n");
fpp.document.write("</html> \n");
fpp.document.close();
}