var pagelocation = location.href;

function tellafriend() {
window.open('form.php?page='+pagelocation+'','myExample4','width=220,height=400');
}