﻿var nb=0;
var query=new Array;
query=[{code:'YrBJxjQQEXQ',title:'Q転直下'},{code:'BKNnx6wyhTA',title:'風雲Qを告げる'},{code:'GnUVTdR_5UA',title:'Qヒモのある家'},{code:'2wdnPoVHyEI',title:'ズームイン!! Q!'},{code:'TsOXM_p5UJo',title:'憲法第Q条（平和主義）'},{code:'UFIxeUYtWKo',title:'肉Q'},{code:'K7tE2Pm00cI',title:'Q覚'},{code:'XDKJ3cPYCVE',title:'バンQバーオリンピック1'},{code:'WzNA6RRePyQ',title:'バンQバーオリンピック2'},{code:'d-u9FSG-eYM',title:'Q憩中'},{code:'CG1GQ1LWehI',title:'気が散りながらQ食中'},{code:'Qx4bDJkfjuI',title:'夜中のQ水'}];
function onClick(nb){
	var code=query[nb].code;
	var title=query[nb].title;
	document.getElementById("title_video").innerHTML=title;
	document.getElementById('video3').innerHTML='<object width=\"570\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/'+code+'&autoplay=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/'+code+'&autoplay=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"570\" height=\"344\"></embed></object>'
}