var str = 'function {onLoadLine("pagedata", "4,39", "22,10", "z_font_red");}';

alert(str.match(new RegExp('onLoadLine'+'[(](.*?)[)]'))[1]);