$(document).ready(
    function()
    {
        if ( self != top )
        {
            top.location  = self.location;
        }
        $("a[rel*=lightbox]").lightBox();
    }
);
