﻿// <!--
function roll(img_name, img_src) {
    document[img_name].src = 'http://www.365interactivedesign.com/images/' + img_src;
}
// -->
