
function Portfolio() {
    
}
Portfolio.prototype.show = function() {
    $.facebox("");
}

var portfolio = new Portfolio();