if (!width){
	var width=200;
}
if (!height){
	var height=width/4;
}
if (!noSecs){
	var noSecs=0;
}
if (!UTCtime){
	var UTCtime="local";
}
if (!noLeadZero){
	var noLeadZero="";
}
if (!digitalTime){
	var digitalTime="";
}
if (!monthNums){
	var monthNums=0;
}
if (!autoChange){
	var autoChange="user";
}
if (!colourScheme){
	var colourScheme=4;
}
document.write('<embed src="http://www.martinkorner.co.uk/portfolio/clock_widget/clock_widget.swf?noSecs='+noSecs+'&amp;noLeadZero='+noLeadZero+'&amp;UTCtime='+UTCtime+'&amp;digitalTime='+digitalTime+'&amp;monthNums='+monthNums+'&amp;autoChange='+autoChange+'&amp;wbx_stageHeight='+height+'&amp;colourScheme='+colourScheme+'&amp;wbx_stageWidth='+width+'&amp;wbx_framerate=24" type="application/x-shockwave-flash" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+width+'" height="'+height+'">');