
<!-- STEP TWO: Paste this code into a document called "EmailLink.js"  -->
<!-- Put it in the same directory as the HTML document with the above code  -->

function EmailLink(){
window.location = "mailto:"+"?subject=Lepe božične in novoletne praznike." + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="Pošlji link voščilnice" onClick="EmailLink()"></FORM>')
