// ifr.js, ilyaphoto.com

init = function()
{
    if (top == window)
    {
        window.location.href = "photo-testimonials.htm";
    }
}

window.onload = init;
