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