﻿<!-- Copyright Womersley-Design Ltd -->
function rollFeatured(id, id2) {
document.getElementById(id).src = id2;
}