//<html>
//<head><!-- PageID 548510 - published by RedDot 7.1 - 7.1.0.22 - 16807 -->
//<title>random-keyvisual-vi.js</title>
//<head>
//<body>
//<!-- template="con_935_js_random_keyvisual" title="random-keyvisual-vi.js" ownID="548510" ownURL="/sys/js/random-keyvisual-vi.js" -->

function getRandom(min, max) {
   var randomNum = Math.random() * (max-min);
   return(Math.round(randomNum) + min);
}

var aKeyVisalList = new Array();


aKeyVisalList[aKeyVisalList.length] = '/images/f_vi_keyvisual_index.jpg';

aKeyVisalList[aKeyVisalList.length] = '/images/f_vi_keyvisual_process_paper.jpg';

aKeyVisalList[aKeyVisalList.length] = '/images/f_vi_keyvisual_process_heavyindustries.jpg';

aKeyVisalList[aKeyVisalList.length] = '/images/f_vi_keyvisual_process_mechanical-engineering.jpg';

aKeyVisalList[aKeyVisalList.length] = '/images/f_vi_keyvisual_process_wind.jpg';












iRandom = getRandom(0, aKeyVisalList.length-1);
sRandomKeyVisal = aKeyVisalList[iRandom];

document.write('<img src="'+sRandomKeyVisal+'" width="544" height="135" alt="" border="0">');
 
//</body>
//</html>
//io need this
//