<!-- 

var textnumber = 6 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (textnumber-1) * randomnumber) + 1 ;
text = new Array
text[1] = "<div class=\"caseSide01\"><a href=\"http://www.publicartonline.org.uk/current/consultation.html\"><img src=\"/project/images/side/paoSide01.gif\" width=\"144\" height=\"78\" border=\"0\" alt=\"Public Art Online Image\"><p><strong>Further Reading:</strong><br>Consultation in public art practice<br><img src=\"/project/images/interface/whiteArrow.gif\" border=\"0\"></a></div>"
text[2] = "<div class=\"caseSide02\"><a href=\"http://www.publicartonline.org.uk/case/up_in_air/index.php\"><img src=\"/project/images/side/paoSide02.gif\" width=\"144\" height=\"78\" border=\"0\" alt=\"Public Art Online Image\"><p><strong>Further Reading:</strong><br>Case Study: Up in the Air<br><img src=\"/project/images/interface/whiteArrow.gif\" border=\"0\"></a></div>"
text[3] = "<div class=\"caseSide03\"><a href=\"http://www.publicartonline.org.uk/pasw/reports/creative_environment.html\"><img src=\"/project/images/side/paoSide03.gif\" width=\"144\" height=\"78\" border=\"0\" alt=\"Public Art Online Image.\"><p><strong>Further Reading:</strong><br>Article: A Creative Environment<br><img src=\"/project/images/interface/whiteArrow.gif\" border=\"0\"></a></div>"
text[4] = "<div class=\"caseSide04\"><a href=\"http://www.publicartonline.org.uk/pasw/reports/horsebridge.html\"><img src=\"/project/images/side/paoSide04.gif\" width=\"144\" height=\"78\" border=\"0\" alt=\"Public Art Online Image.\"><p><strong>Further Reading:</strong><br>Report: Horsebridge Development, Whitstable, Kent<br><img src=\"/project/images/interface/whiteArrow.gif\" border=\"0\"></a></div>"
text[5] = "<div class=\"caseSide05\"><a href=\"http://www.publicartonline.org.uk/practical/contracts/jointauthor.html\"><img src=\"/project/images/side/paoSide05.gif\" width=\"144\" height=\"78\" border=\"0\" alt=\"Public Art Online Image.\"><p><strong>Further Reading:</strong><br>Copyright for Joint Authorship<br><img src=\"/project/images/interface/whiteArrow.gif\" border=\"0\"></a></div>"
text[6] = "<div class=\"caseSide06\"><a href=\"http://www.publicartonline.org.uk/case/wellspring/index.php\"><img src=\"/project/images/side/paoSide06.gif\" width=\"144\" height=\"78\" border=\"0\" alt=\"Public Art Online Image.\"><p><strong>Further Reading:</strong><br>Case Study: Wellspring Healthy Living Centre, Bristol<br><img src=\"/project/images/interface/whiteArrow.gif\" border=\"0\"></a></p></div>"

var PAOSideBarBox = text[rand1]

var textnumber2 = 3 ;
var randomnumber2 = Math.random() ;
var rand2 = Math.round( (textnumber2-1) * randomnumber2) + 1 ;
text02 = new Array
text02[1] = "<div class=\"projSide03\"><a href=\"http://www.publicartonline.org.uk/pasw/project/pages/news.php\"><img src=\"/pasw/project/images/side/projside03.jpg\" width=\"144\" height=\"78\" border=\"0\" alt=\"Delegates network over lunch at PROJECT seminar. \"><p><strong>Full Transcript Available:</strong><br>PROJECT seminar, 04 May 2005<br><img src=\"/pasw/project/images/interface/whiteArrow.gif\" border=\"0\"></a></div>"
text02[2] = "<div class=\"projSide02\"><a href=\"http://www.publicartonline.org.uk/pasw/project/evaluation/reports.php\"><img src=\"/pasw/project/images/side/projside06.jpg\" width=\"144\" height=\"78\" border=\"0\" alt=\"Team for Peterhead project: Sans Facon with Steven Bridge (DEP Landscape Initiatives). \"><p><strong>Evaluation Report:</strong><br>Now available for download<br><img src=\"/pasw/project/images/interface/whiteArrow.gif\" border=\"0\"></a></div>"
text02[3] = "<div class=\"projSide04\"><a href=\"http://www.publicartonline.org.uk/pasw/project/awards/england/habitation_environment_community.php\"><img src=\"/pasw/project/images/side/projside05.jpg\" width=\"144\" height=\"78\" border=\"0\" alt=\"[detail] Park Products by Public Works, Kensington Gardens, London, 2004. \"><p><strong>New publications from ixia</strong><br>New Thinking in Public Art<br><img src=\"/pasw/project/images/interface/whiteArrow.gif\" border=\"0\"></a></div>"


var PROJSideBarBox = text02[rand2]


// Modify the the div class above for different colours

// projSide01 is chestnutty brown
// projSide02 is reddy pink
// projSide03 is purple
// projSide04 is sage green
// projSide05 is orange

// -->

