function emailPage() {
    window.location = "mailto:?subject=You have been sent an article from Consumer Credit Card Guide&body="+document.title+" -- "+window.location;
}