// Copyright (C) 1999 LiveUpdate division of LABTECH // Permission for use granted to all music lovers on the net function PlayIE(musicFile) if IsObject(navigator) and (navigator.appName = "Microsoft Internet Explorer") then dim cObj dim objTag on error resume next set cObj = CreateObject("Crescendo") cres = IsObject(cObj) if (cres) then document.write " " document.write "" document.write "" else document.write "" end if end if end function