var basedir = "wp-content/themes/reductive/images/main/"
var image_count = 6
function main_image_source(){ return basedir + "pic" + Math.round(Math.random()*(image_count - 1)) + ".jpg"; }
function show_main_image(){ document.write('<a href ="about"><img src="'+ main_image_source() +'" alt="Reductive Labs - Building Better IT Systems" border=0 width=733 height=371></a>');}
