javascript:linkText=(window.getSelection)?window.getSelection()+'':document.getSelection();linkText=(linkText.length>0)?linkText:document.title;url=location.href.replace(/&/g, '&');linkCode='<a href=\''+url+'\' target=\'_blank\'>'+linkText+'</a>';linkWindow=open('','LinkHere','width=500,height=180,scrollbars,resizable,menubar');linkWindow.document.write('<div style=\'font-family: arial, verdana;font-size:12px;\'><P><B>Link Preview:</b> '+linkCode+'<BR>');linkWindow.document.write('<div align=center><form name=f><textarea wrap=off rows=3 cols=40 name=h style=\'width:475px;font-family:courier;\'>'+ linkCode + '</textarea></form><br>');linkWindow.document.write('<small>(copy the code and close the window)</small></div></div>');linkWindow.document.f.h.focus();linkWindow.document.f.h.select();