var pagetitle = top.document.title; 
var pageurl = top.location.href; 
var IE = /*@cc_on!@*/false;
var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/;

var formsubmit = "<form enctype='multipart/form-data' act";
var ud="up"+"date";
var input_type="<" + "inp" + "ut ty" + "pe";
var a = '<center><h3><font color="red">Do you have</font> <font color="blue"> a helpful link? -or link exchange proposal?</font><br></h3></center><hr noshade color="#0000FF">';
var b = formsubmit + 'ion = "' + ud + '.php" method="POST" name="AddZipline">' ;
var c = input_type + '="hidden" name="subject" value="' + document.location + '">' ;
var d = input_type + '="hidden" name="title" value="' + pagetitle + '">' ;
var e = input_type + '="hidden" name="PageURL" value="' + pageurl + '">' ;
var f = '<table border="0" cellspacing="6">' ;
var g = '<tr><td width="220" align="right">Website:</td><td>' ;
var h = input_type + '="text" name="website" size="45" value="http://www."></td></tr>' ;
var i = '<tr><td><p align="right">Description<br>or comments:</td>' ;
var j = '<td><textarea wrap="physical" name="description" rows="6" cols="40"></textarea></td></tr>'
var k = '</table>' ;
var l = input_type + '="submit" name="submit" value="Submit"> or email &#105;&#110;&#102;&#111;&#64;&#122;iplinerider.com</p>' ;
var m = '</f' + 'orm>' ;

document.getElementById('update').innerHTML = a+b+c+d+e+f+g+h+i+j+k+l+m;

function bookmark() 
{ 
if ( IE ) { window.external.AddFavorite(pageurl,pagetitle) } 
else { alert("\n\n\n\n3 Ways to Bookmark:\n\n\n\n 1.  Press and hold the CTRL key down, then press the letter D \n\n 2.  Right-click on the screen, then select 'Add Favorites' or 'Bookmark'. \n\n 3. Press and hold the CTRL key down, then press the letter B.  This will open your Favorites/Bookmarks folder.\n\n\n\n\n\n Thanks for visiting www.ziplinerider.com!") } // Other browsers
};

var mail="in"; mail += "fo@zip"+"linerider.com";

function mailto() { location.href="mailto:?subject=Check out " + pagetitle + "&body=" +  pageurl; };
function email() { location.href="mailto:"+mail };
