/**
 *
 * @access public
 * @return void
 **/
function jvHref(cId, page) {
    window.location.href = page + cId;
}
