function frameMe(){
if (self == top) {
    if (document.images)
        top.location.replace("../portfolio.html");
    else
        top.location.href = "../portfolio.html";
}
}
frameMe();
