

function trackMe (position) {

}

/*
function sizePlayer () {
    //alert("width: " + screen.width + " height: " + screen.height);
    
    if (screen.width > 800) {
        qbFlashWidth = 770;
        qbFlashHeight = 510;
        qbFlashPlayer = "player.swf";
    } else {
        qbFlashWidth = 770;
        qbFlashHeight = 510;
        qbFlashPlayer = "player.swf";
    }
    
    //alert("width: " + qbFlashWidth + " height: " + qbFlashHeight);
}
*/
