function sendit() { newwin = window.open('','','top=150,left=150,width=320,height=200, resizable=yes'); msg1="Please enter the destination email address:"; msg2="Please enter your email address:"; gridimage="http://www.canoe.ca/CanoeHomepageImages/grid.gif"; canoenet="http://www.canoe.ca/CanoeGlobalnav/canoe_net05.gif"; formact="http://cgi.canoe.ca/htbin/mailers/sendurlLFP"; url=location.href; if (!newwin.opener) newwin.opener = self; with (newwin.document) { open(); write('Send this story to a friend'); write(''); write(''); write(''); write('

' + msg1 + '
'); write('TO: '); write('

'+ msg2 + '
'); write('FROM: '); write('
'); write('

'); write('

'); write(''); write(''); close(); } }