PHP Code:
function currFormat(nValue){ 

// you need all of 
// the code posted above

return "$"+sResult;
}; 

output currFormat(35000); 
trace(output);