video("","425","344","transparent",""); function video(id, width, height, wmode, fmt){ if (!id.match(/^[a-zA-Z0-9_\-]+$/)){ return; } if (!width) width = 0; else width = parseInt(width); if (!height) height = 0; else height = parseInt(height); if (width <= 0 || width > 480) width=425; if (height <= 0 || height > 385) height=350; if (fmt) id += '&ap=%2526fmt%3D'+fmt; var html = ''; document.write(html); }