// JavaScript Document

function tipFriend() {

var mailURL = document.location;

document.write('<br><table><tr><td><a href="javascript:window.print()"><img src="gfx/print_icon.gif" width="16" height="16" border="0" align="left" alt="Print Page" class="icon_img" />Print Page</a></td></tr>');  
document.write('<tr><td><script type="text/javascript" src="http://w.sharethis.com/button/sharethis.js#tabs=email%2Cweb&amp;charset=utf-8&amp;style=default&amp;publisher=6a1ad10c-66a5-42ac-bfed-839c809c8d00&amp;headerbg=%23898989&amp;inactivebg=%23bcbcbc&amp;inactivefg=%23898989&amp;linkfg=%23898989&amp;offsetLeft=10"></scr'+'ipt></td></tr></table>');
//nc("http://w.sharethis.com/button/sharethis.js#tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=default&amp;publisher=6a1ad10c-66a5-42ac-bfed-839c809c8d00");
//document.write('<br><br><a href="mailto:skriv_mailadresse_her?Subject=Tips om sak fra NetConnect&amp;body=Gå til ' + mailURL +' og les mer om ' + title + ' %0D%0A%0D%0AHilsen DITT NAVN HER"><img src="gfx/email_icon.gif" width="16" height="16" border="0" align="left" alt="E-mail to a Friend" class="icon_img" />E-mail to a Friend</a>');

}