var towrite='<div style="text-align:center;width:' + width + ';height:' + height + '">';


if (typeof(city) != "string") {
	towrite += '<table><tr>';
	for (var i = 0; i < city.length; i++) {
		towrite += '<td>';
		towrite += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'" id="clock1" align="center">';
		towrite += '<param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="http://www.travelresearchonline.com/live/rl/resources/clocks/troclocks.swf?inhrs=' + hoursplus[i] + '&incity=' + city[i] + '&inColor=' + myColor + '" /><param name="quality" value="high" />';
		towrite += '<embed src="http://www.travelresearchonline.com/live/rl/resources/clocks/troclocks.swf?incity=' + city[i] + '&inhrs=' + hoursplus[i] + '&inColor= ' + myColor + '" quality="high" bgcolor="' + bgColor + '" width="'+width+'" height="'+height+'" name="clock1" align="center" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
		towrite += '<param name="bgcolor" value="' + bgColor + '" />';
		towrite += '</object>';
		towrite += '</td>';
	}

	towrite += '</tr><tr><td colspan="' + city.length + '" align="center"><span style="font-family:Tahoma;font-size:10pt;text-align:center;"></span></td></tr></table>';

} else {

	towrite += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'" id="clock1" align="center">';
	towrite += '<param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="http://www.travelresearchonline.com/live/rl/resources/clocks/troclocks.swf?inhrs=' + hoursplus + '&incity=' + city + '&inColor=' + myColor + '" /><param name="quality" value="high" />';
	towrite += '<embed src="http://www.travelresearchonline.com/live/rl/resources/clocks/troclocks.swf?inhrs=' + hoursplus + '&incity=' + city + '&inColor=' + myColor + '" quality="high" bgcolor="' + bgColor + '" width="'+width+'" height="'+height+'" name="clock1" align="center" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
	towrite += '<param name="bgcolor" value="' + bgColor + '" />';
	towrite += '</object>';
	towrite += '<span style="font-family:Tahoma;font-size:10pt;text-align:center;"></span>';

}

towrite += '</div>';

document.write(towrite);