// JavaScript Document
var str = '<a href="mailto:iblipper@gmail.com?subject=';
str +=document.location.pathname. replace( ".html","");
str += '">Feedback?</a>';
document.write(str);
