/*
    Document   : _piFunctions.js
    Created on : May 12, 2010, 12:49:00 PM
    Author     : M. Bradley t/a Productive Inbox
    Description:
        Global framework javascript of functions for website
*/

function _pi_updateText(divId, text) {
            document.getElementById(divId).innerHTML = '<p>' + text + '</p>';
}
