﻿// JScript File

function insert(swf,width,height,xml,time){
    document.getElementById("rotatingImage").innerHTML = "<embed src=\"" + swf + "\" width=\"" + width + "\" height=\"" + height + "\" allowscriptaccess=\"always\" allowfullscreen=\"true\" flashvars=\"height=" + height + "&width=" + width + "&file=" + xml + "&backcolor=0xFFFFFF&rotatetime=" + time + "&transition=fade&shownavigation=false&linkfromdisplay=true\" />";
}