<script type="text/javascript">
var videos = [
"YWdD206eSv0", "icVlW_MdrCA", "lcS_zRr14ic", "us5CKN77g3Q",
"aiylMMmugf4", "cH-yA8U2XgI", "FKmoPbXQB5k", "W3abMUH_P1E",
"Xg6IasiL7VA", "RV-nDFpOJeU", "3qDCbZbgxv8", "3DSbowW5j34",
];
var vid = videos[Math.floor(Math.random()*videos.length)];
$(document).ready(function() {
$('#XenForo').html('<h2>Hey there {name}, you\'re banned! Want to dispute it? Join our IRC: <a href="edited">edited</a></h2><hr />' +
'<iframe width="480" height="360" src="https://www.youtube-nocookie.com/embed/'+vid+'?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe><hr />' +
'<h3>' + $("label[for='ctrl_0']").html() + '</h3>'
);
});
</script>