function writeMovie1()
{
    document.write('<object id="id3" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="320" height="256" style="height: 256px; left: 190px; position: absolute; top: 174px; width: 320px; z-index: 1; "><param name="src" value="India%20-%20Gujarat%20Muslims_files/QTPlaceholder.mov" /><param name="qtsrc" value="Gujarat%20Muslims-MPEG-4%20Improved%20PAL%20for%20Fast%20Cable%20Streaming.mp4" /><param name="controller" value="true" /><param name="autoplay" value="false" /><param name="scale" value="tofit" /><param name="volume" value="100" /><param name="loop" value="false" /><embed pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" class="mov" width="320" height="256" src="India%20-%20Gujarat%20Muslims_files/QTPlaceholder.mov" qtsrc="Gujarat%20Muslims-MPEG-4%20Improved%20PAL%20for%20Fast%20Cable%20Streaming.mp4" controller="true" autoplay="false" scale="tofit" volume="100" loop="false"></embed></object>');
}

var windowsInternetExplorer = false;
var browserVersion = 0;
function detectBrowser()
{
    windowsInternetExplorer = false;
    var appVersion = navigator.appVersion;
    if ((appVersion.indexOf("MSIE") != -1) &&
        (appVersion.indexOf("Macintosh") == -1))
    {
        var temp = appVersion.split("MSIE");
        browserVersion = parseFloat(temp[1]);
        windowsInternetExplorer = true
