function linkwrite() { 
var link = new Array("http://www.organizedchange.com/pressreleasehome.htm", "http://www.organizedchange.com/Minisurveys/Registrationforminisurvey.htm", "http://www.organizedchange.com/pressreleasefororganizedchangesurveysystem.htm", "http://www.organizedchange.com/nmdb/index.htm", "http://www.organizedchange.com/students.htm", "http://www.organizedchange.com/jobseek.htm", "http://www.organizedchange.com/journal.htm", "http://www.organizedchange.com/iso9000home.htm", "http://organized-change-consultancy.wikispaces.com/", "http://www.organizedchange.com/wbt/"); 
for (x in link) { 
element = document.getElementById('link'+x); 
url = link[x]; 
linkText = element.innerHTML; 
element.innerHTML='<a href="'+url+'">'+linkText+'</a>'; 
}
}

