function swapVideo(id){
	document.getElementById('now_playing').innerHTML = "<object type=\"application/x-shockwave-flash\" data=\"http://www.youtube.com/v/" + id + "&amp;hl=en&amp;fs=1&amp;rel=0\" width=\"480\" height=\"385\"><param name=\"movie\" value=\"http://www.youtube.com/v/" + id + "&amp;hl=en&amp;fs=1&amp;rel=0\" /><param name=\"wmode\" value=\"transparent\" /></object>";
	//document.getElementById('video_title').innerHTML = "Baby Cakes - Role Play Tournament"
}


function doVideo(id, video){
document.getElementById('now_playing').innerHTML = "<object type=\"application/x-shockwave-flash\" data=\"http://www.youtube.com/v/" + id + "&amp;hl=en&amp;fs=1&amp;rel=0\" width=\"480\" height=\"385\"><param name=\"movie\" value=\"http://www.youtube.com/v/" + id + "&amp;hl=en&amp;fs=1&amp;rel=0\" /><param name=\"wmode\" value=\"transparent\" /></object>";

document.getElementById('txtEmbed').value = "<object type=\"application/x-shockwave-flash\" data=\"http://www.youtube.com/v/" + id + "&amp;hl=en&amp;fs=1&amp;rel=0\" width=\"480\" height=\"385\"><param name=\"movie\" value=\"http://www.youtube.com/v/" + id + "&amp;hl=en&amp;fs=1&amp;rel=0\" /><param name=\"wmode\" value=\"transparent\" /></object>";

document.getElementById('txtPerm').value = "http://www.creasedcomics.com/video_page.php?id=" + video;

}






