swfobject.embedSWF("/img/top.swf", "flash", "613", "181", "9.0.0","",{},{menu:"false",wmode:"transparent"});
$(function() {
    $('a[@rel*=lightbox]').lightBox();
});

function quizAnswer(id) {
    document.getElementById('QuizA').value=id;
    document.getElementById('QuizIndexForm').submit();
}
