I am having an issue with obtaining the time for multiple clocks I am using. They clocks do work but the will not tell the correct time. The clocks start over from the UTC Time I set. So if I set it to the correct US time and lets say its 2:45:05 and I stay on the page for for 14 minutes 3:00.05. If I close my page and go back to it, it starts back at 2:45:05. I have this on our company intranet and I have already had many compliments until I was told it wasnt displaying the correct time. Your product is well liked and I would like to display it in its best form! 
<P id=devAnalogClock>
<SCRIPT src="XXXXXXXXXXXXXXX/swfobject.js" type=text/javascript></SCRIPT>
<SCRIPT type=text/javascript><!--
var flashvars = {
clockSkin: "XXXXXXXXXXXXX/skin002.png",
arrowSkin: "1",
arrowColor: "666666",
UTCTime: "06:06:00",
timeOffset: [-14400] };
swfobject.embedSWF(
"XXXXXXXXXXXXXXX/devAnalogClock.swf",
"devAnalogClock",
"200",
"150",
"8",
"XXXXXXXXXXXX/expressInstall.swf",
flashvars,
{scale: "noscale", wmode: "transparent"}
);
// --></SCRIPT>
<BR>
<CENTER><I>Tekelec HQ US<BR>Morrisville, NC</I></CENTER></o:p>
<P></P></TD>
<TD style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 159.6pt; PADDING-TOP: 0in; HEIGHT: 58pt" vAlign=top width=213>
<P class=MsoNormal style="TEXT-ALIGN: center" align=center><o:p>
<P id=devAnalogClock2>
<SCRIPT src="XXXXXXXXXXXX/swfobject.js" type=text/javascript></SCRIPT>
<SCRIPT type=text/javascript><!--
var flashvars = {
clockSkin: "XXXXXXXXXXXXX/skin002.png",
arrowSkin: "1",
arrowColor: "666666",
UTCTime: "06:06:00",
timeOffset: [+7200] };
swfobject.embedSWF(
"XXXXXXXXXXXX/devAnalogClock2.swf",
"devAnalogClock2",
"200",
"150",
"8",
"XXXXXXXXXXXXX/expressInstall.swf",
flashvars,
{scale: "noscale", wmode: "transparent"}
);
// --></SCRIPT>
<BR>
<CENTER><I>Belgium, France,<BR>Netherlands</I></CENTER></o:p>
<P></P></TD>
<TD style="PADDING-RIGHT: 5.4pt; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; WIDTH: 159.6pt; PADDING-TOP: 0in; HEIGHT: 58pt" vAlign=top width=499>
<P class=MsoNormal style="TEXT-ALIGN: center" align=center><o:p>
<P id=devAnalogClock3>
<SCRIPT src="XXXXXXXXXXX/swfobject.js" type=text/javascript></SCRIPT>
<SCRIPT type=text/javascript><!--
var flashvars = {
clockSkin: "XXXXXXXXXXX/skin002.png",
arrowSkin: "1",
arrowColor: "666666",
UTCTime: "6:30:00",
timeOffset: [+28800] };
swfobject.embedSWF(
"XXXXXXXXXXXXXXX/devAnalogClock3.swf",
"devAnalogClock3",
"200",
"150",
"8",
"XXXXXXXXXXXXXX/expressInstall.swf",
flashvars,
{scale: "noscale", wmode: "transparent"}
);
// --></SCRIPT>
If anyone can help me with this I would be so appreciative. Its the UTC Time parameter that is throwing me off.