
   
  staticlogo    
      


    staticlogo  
// 1) substitute 116 and 42 with the width and height of your logo image, respectively
var logowidth=196
var logoheight=120
var logoimage=new Image(logowidth,logoheight)

  
===========================
// 2) change the image path to reflect the path of your logo image
logoimage.src="http://www.66c.com/banner/banner.gif"
 
==========================
// 3) Change url below to the target URL of the logo
var logolink="http://swalif.net"
        
============================
// 4) change the alttext variable to reflect the text used for the "alt" attribute of the image tag
var alttext="Swalif"
       
============================
// 5) Finally, below variable determines the duration the logo should be visible after loading, in seconds. If you'd like the logo to appear for 20 seconds, for example, enter 20. Entering a value of 0 causes the logo to be perpectually visible. 
var visibleduration=5
     (  )
=============================
// Optional parameters
var Hoffset=5 //Enter logo's offset from left edge of window (edit only if you don't like the default offset)
var Voffset=10 //Enter logo's offset from bottom edge of window (edit only if you don't like the default offset)
Hoffset=5 (            

Hoffset=5 (            

