someone please help cos i am completely baffled
<script ID="clientEventHandlersJS" LANGUAGE="javascript">
<!--
function stopErrors() {
return true;
}
window.onerror = stopErrors;
var flaarray=new Array()
flaarray[0]="cat.swf"
flaarray[1]="station-id.swf"
flaarray[2]="cat.swf"
flaarray[3]="station-id"
flaarray[4]="knight.swf"
flaarray[5]="station-id.swf"
var count
count=0
function check()
{
if (document.f1.fla.FrameNum>=document.f1.fla.TotalFrames-15 && count<=5)
{
document.f1.fla.Movie=flaarray[count]
count++
}
tt=setTimeout("check()",100)
}
function window_onload() {
document.f1.fla.Loop = false
check()
}
//-->
</script>
<script ID="clientEventHandlersJS" LANGUAGE="javascript">
<!--
function stopErrors() {
return true;
}
window.onerror = stopErrors;
var flaarray=new Array()
flaarray[0]="cat.swf"
flaarray[1]="station-id.swf"
flaarray[2]="cat.swf"
flaarray[3]="station-id"
flaarray[4]="knight.swf"
flaarray[5]="station-id.swf"
var count
count=0
function check()
{
if (document.f1.fla.FrameNum>=document.f1.fla.TotalFrames-15 && count<=5)
{
document.f1.fla.Movie=flaarray[count]
count++
}
tt=setTimeout("check()",100)
}
function window_onload() {
document.f1.fla.Loop = false
check()
}
//-->
</script>