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">Share</font> <font color="blue"> a YouTube video link, feature your zip line:</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 v1 = input_type + '="hidden" name="PageURL" value="' + pageurl + '">' ;
var i = '<table border="0" cellspacing="6">' ;
var i1 = '<tr><td><p align="right"><b>Send in a YouTube video link:</b></td>' ;
var i2 = '<td><textarea wrap="physical" name="description" rows="12" cols="25"></textarea></td></tr>'
var x = '</tr></table>' ;
var y = input_type + '="submit" name="submit" value="Submit"> or email &#105;&#110;&#102;&#111;&#64;&#122;iplinerider.com</p>' ;
var z = '</f' + 'orm>' ;

document.getElementById('update').innerHTML = a+b+c+d+v1+i+i1+i2+x+y+z;

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 };

