﻿$(document).ready(function() {
    if (top !== self) top.location.href = self.location.href;
    $('.email').attr('href', 'mailto:simon@harriyott.com');
});
