
//load wq first


$(document).ready(function() {

/*
	$('body').videoBG({
		position:"fixed",
		zIndex:0,
		//mp4:'assets/WRONG_QUESTION.mp4',
		//ogv:'assets/WRONG_QUESTION.ogv',
		webm:'assets/WRONG_QUESTION.gif',
		poster:'assets/WRONG_QUESTION.gif',
		opacity:1,
		width:'100%',
		height:'100%'
		//scale:true
	});

*/

$("#wq").click(function(){
	$('body').videoBG({
		position:"fixed",
		zIndex:1,
		mp4:'assets/WRONG_QUESTION.mp4',
		ogv:'assets/WRONG_QUESTION.ogv',
		webm:'assets/WRONG_QUESTION.webm',
		poster:'assets/WRONG_QUESTION.gif',
		opacity:1,
		width:'100%',
		height:'100%'
		//loop:'true'
		//scale:true
	});

});

/*
$("#tube").click(function(){
	$('body').videoBG({
		position:"fixed",
		zIndex:0,
		mp4:'assets/tube.mp4',
		ogv:'assets/tube.ogv',
		webm:'assets/tube.webm',
		poster:'assets/tube.jpg',
		opacity:1,
		width:'100%',
		height:'100%',
		loop:'true'
		//scale:true
	});

});
*/	
	
})




