<!-- <<<<<<<<<<<<<<<<<<<<<<<<<<< Paste the visitor script area >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>    -->
var script = document.createElement("script");script.type="text/javascript";
   
var src ="http://www.binarch.com/chat/server.php?request=track&output=jcrpt&nse="+Math.random();
setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);
<!-- <<<<<<<<<<<<<<<<<<<<<<<<<<< Paste the visitor script area >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>    -->

        var mygallery2 = new fadeSlideShow({
            wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
            dimensions: [920, 321], //width/height of gallery in pixels. Should reflect dimensions of largest image
            imagearray: [
		    ["images/banner1.jpg", "", "", ""],
		    ["images/banner2.jpg", "", "", ""],
		    ["images/banner3.jpg", "", "", ""],
     	    ["images/banner4.jpg", "", "", ""],
            ["images/banner5.jpg", "", "", ""]
	    ],
            displaymode: { type: 'auto', pause: 7000, cycles: 0, wraparound: false },
            persist: false,
            fadeduration: 1000,
            descreveal: "always",
            togglerid: ""
        })
        function disableSelection(target) {
            if (typeof target.onselectstart != "undefined") //IE route
                target.onselectstart = function() { return false }
            else if (typeof target.style.MozUserSelect != "undefined") //Firefox route
                target.style.MozUserSelect = "none"
            else //All other route (ie: Opera)
                target.onmousedown = function() { return false }

            if (typeof target.oncopy != "undefined") 
                target.oncopy = function() { return false }

            target.oncontextmenu = function() { return false }
            
            target.style.cursor = "default"
        }

        function hideLoadingPage() {
            if (document.getElementById) { // DOM3 = IE5, NS6 
                document.getElementById('hidepage').style.visibility = 'hidden';
            }
            else {
                if (document.layers) { // Netscape 4 
                    document.hidepage.visibility = 'hidden';
                }
                else { // IE 4 
                    document.all.hidepage.style.visibility = 'hidden';
                }
            }
        }
        function showLoadingPage() {
            if (document.getElementById) { // DOM3 = IE5, NS6 
                document.getElementById('hidepage').style.visibility = 'visible';
            }
            else {
                if (document.layers) { // Netscape 4 
                    document.hidepage.visibility = 'show';
                }
                else { // IE 4 
                    document.all.hidepage.style.visibility = 'visible';
                }
            }
        }
        // End --> 
        // 
		function openchatwindow(){
		window.open('http://binarch.com/chat/livezilla.php','','width=600,height=600,resizable=yes,menubar=no,location=yes,status=yes,scrollbars=yes')
		}
