gIMG = [
    "/ontap/features/image_0.gif",
    "/ontap/features/image_1.gif",
    "/ontap/features/image_2.gif",
    "/ontap/features/image_3.gif",
    "/ontap/features/image_4.gif",
    "/ontap/features/image_5.gif",
    "/ontap/features/image_6.gif",
    "/ontap/features/image_7.gif",
    "/ontap/features/image_8.gif",
    "/ontap/features/image_9.gif"
];

gURL = [
    "/ontap/features/flink_0.html",
    "/ontap/features/flink_1.html",
    "/ontap/features/flink_2.html",
    "/ontap/features/flink_3.html",
    "/ontap/features/flink_4.html",
    "/ontap/features/flink_5.html",
    "/ontap/features/flink_6.html",
    "/ontap/features/flink_7.html",
    "/ontap/features/flink_8.html",
    "/ontap/features/flink_9.html"
];

gINDEX = Math.floor((new Date()).getSeconds()/6);

function B() { 
    document.images[1].src = gIMG [gINDEX];
    document.links[1].href = gURL [gINDEX];
}
