// JavaScript Document
function rsIframe() {
	var html = '<iframe scrolling="no" frameborder="0" src="http://www.knappworst.com/flash/video/static.html" ';
	var html = html + 'style="width: 500px; height: 353px; margin: 0; padding: 0; border: none; overflow: hidden">\n';
	var html = html + '</iframe>';
	document.write(html);
}

rsIframe();