/* DMR_2007 OpenText /js/external.js vers 1 mpu 16/04/2007 A DMR software product DMR is a registered trade mark of DMR Limited Copyright protected source code All rights reserved by DMR Limited */ function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i') } function random_txtlink(){ var mytxt=new Array() //specify random txt below. You can have as many as you wish mytxt[1]="Every year more than 250,000 people in the UK will be told they have cancer..." mytxt[2]="95% of all prostate cancer patients are aged between 45 and 80..." mytxt[3]="About 27,000 men in the UK are diagnosed with prostate cancer each year..." mytxt[4]="Prostate cancer has become the most common cancer in men overtaking lung cancer..." mytxt[5]="Prostate cancer is expected to overtake both lung and breast cancer as the most commonly diagnosed cancer in the UK by 2018..." mytxt[6]="The number of men with testicular cancer has doubled in 20 years..." mytxt[7]="Cancer is now the number one cause of death in UK men..." var ry=Math.floor(Math.random()*mytxt.length) if (ry==0) ry=1 document.write(''+mytxt[ry]+'') }