
// redirect to author page if user clicks "edit" or "add to remix" buttons
GOTUIT.PVS.pushRedirectPageEventFilter( "PVS",
    [GOTUIT.PVS.EVENT.CURRENTREMIX_ADD, GOTUIT.PVS.EVENT.EDIT],
    "author.html", "PVS" );
