
function random_content(){
var mycontent=new Array()
//specify random content below.

mycontent[1]='Are you ready for messages on your Cellphone? All major cellphone companies in Canada have agreed on a common standard whereby short messages will be able to be sent from one system to another. This system, now in place elsewhere in the world (such as Japan and Europe), has allowed message volume on cellphones to increase sixteen-fold over the earlier non-common systems.<br><i><small><font color="#999999">(Globe & Mail, November 7, 2001)</font></small></i></br>'

mycontent[2]='The number of people, now accessing the Internet in Canada - about 10 million, will increase to 25 million by 2005<br><i><small><font color="#999999">(Paul Kedosky, UBC, at National Post Conference, Vancouver, October 30, 2001)</font></small></i></br>'

mycontent[3]='In the next few years, the major use of technology will be in new applications – which in most cases do not exist today<br><i><small><font color="#999999">(Jeff Harrow, The Harrow Group, at National Post Conference, Vancouver, October 30, 2001)</font></small></i></br>'

mycontent[4]='The first question in increasing productivity in knowledge and service work has to be: What is the task? What do we try to accomplish? Why do it at all? The easiest – but perhaps also the greatest increases in productivity in such work comes from redefining the task, and especially from eliminating the what needs not be done<br><i><small><font color="#999999">(Peter Drucker, from Managing for the Future, page 98)</font></small></i></br>'

mycontent[5]='The managers productive output can be measured primarily in terms of verbally transmitted information<br><i><small><font color="#999999">(Henry Mintzberg, from the Nature of Managerial Work, page 44)</font></small></i></br>'

mycontent[6]='Every employee should be required to sign acknowledgement of Internet related policy that clearly sets out guidelines for use of Internet in the workplace. The policy should include express waiver of any expectation of privacy<br><i><small><font color="#999999">(McCarthy Tetrault: at the National Technology Forum 2001, October 11, 2001)</font></small></i></br>'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write('<p class="quotesig">' + mycontent[ry] + '</p>')
}
random_content()
//-->


