/*======================================================Video===*/
function uTubeNAM()
{
	windowMLR = window.open("http://www.youtube.com/user/CollyShawBand","Colly_Shaw_Band","scrollbars=yes,status=no,toolbar=no,location=no,menu=no,width=880,height=600,left=20,top=40");
	window.windowMLR.focus();
}

/*======================================================Blog===*/
function blogGoTo()
{
	windowMLR = window.open("../blog/index.php","Colly_Shaw_Band","scrollbars=yes,status=no,toolbar=no,location=no,menu=no,width=880,height=600,left=20,top=40");
	window.windowMLR.focus();
}