﻿//Script für Flash-Banner, thenephilim
function run1() 
{ 
    document.write('<object type=\"application/x-shockwave-flash\" data=\"./flashs/teaser.swf" width=\"600\" height=\"120\" id=\"flashbanner\" style=\"-moz-user-focus:ignore\">\n'); 
    document.write('<param name=\"movie\" value=\"./flashs/teaser.swf" />\n'); 
    document.write('<param name=\"quality\" value=\"high\" />\n'); 
	document.write('<param name=\"bgcolor\" value=\"#00A6EB\" />\n'); 
    document.write('</object>\n'); 
} 