/* 
	Vakantie Noorwegen
	JavaScript
	by Victor Zuydweg
	july 2007
*/

function writeFlash(src)
{
	var result = "";
	result += '<div class="flash"><object type="application/x-shockwave-flash" data="'+src+'" width="320" height="275">';
	result += '<param name="movie" value="'+src+'" />';
	result += '<param name="wmode" value="transparent" />';
	result += '</object></div>';
	document.write(result);
}
