var breedte;
if(!breedte||breedte=='SIZE')breedte='250';

var hoogte;
if(!hoogte||hoogte=='SIZE')hoogte='70';


document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+breedte+'" height="'+hoogte+'">');

document.write('<param name="movie" value="./scripts/cdown.swf">');
document.write('<param name="quality" value="high">');
//document.write('<param name="bgcolor" value="#F5F7E4">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="menu" value="false">');

document.write('<embed src="./scripts/cdown.swf" quality="high" wmode="transparent" bgcolor="#F5F7E4" width="'+breedte+'" height="'+hoogte+'" name="countdown" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">');
document.write('</embed>');

document.write('</object>');