<!--

function mediacentre() {
    randomNumber = Math.random();
        if (randomNumber >= 3 && randomNumber <= 4){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#MediaCentre";
    }
        if (randomNumber >= 0 && randomNumber <= 1){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#MediaCentre";
    }
}
function lookup() {
    randomNumber = Math.random();
        if (randomNumber >= 3 && randomNumber <= 4){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#Lookup";
    }
        if (randomNumber >= 0 && randomNumber <= 1){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#Lookup";
    }
}
function watertest() {
    randomNumber = Math.random();
        if (randomNumber >= 3 && randomNumber <= 4){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#WaterTest";
    }
        if (randomNumber >= 0 && randomNumber <= 1){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#WaterTest";
    }
}
function PQM() {
    randomNumber = Math.random();
        if (randomNumber >= 3 && randomNumber <= 4){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#PQM";
    }
        if (randomNumber >= 0 && randomNumber <= 1){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#PQM";
    }
}
function vistagadget() {
    randomNumber = Math.random();
        if (randomNumber >= 3 && randomNumber <= 4){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#gadget";
    }
        if (randomNumber >= 0 && randomNumber <= 1){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#gadget";
    }
}
function shortcutz() {
    randomNumber = Math.random();
        if (randomNumber >= 3 && randomNumber <= 4){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#shortcutz";
    }
        if (randomNumber >= 0 && randomNumber <= 1){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#shortcutz";
    }
}
function timeismoney() {
    randomNumber = Math.random();
        if (randomNumber >= 3 && randomNumber <= 4){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#TimeisMoney";
    }
        if (randomNumber >= 0 && randomNumber <= 1){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#TimeisMoney";
    }
}
function tvtoys() {
    randomNumber = Math.random();
        if (randomNumber >= 3 && randomNumber <= 4){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#TVtoys";
    }
        if (randomNumber >= 0 && randomNumber <= 1){
        window.location = "http://www.chris.dunn.name/software/mirror/mirror.htm#TVtoys";
    }
}
//-->
