function loadvideo()
{
var noVid = 4;
/*var noVid = 4;*/
// Create a random number between 0 and the number of videos.
var randNumber = Math.round(Math.random() * noVid);
//document.write(randNumber);
while (randNumber == 0)
	{
	var randNumber = Math.round(Math.random() * noVid);
	//document.write(randNumber);
	}
if (randNumber == 1)
	{
	//document.write("<p>10ft Away</p>");
    document.write("<div id=\"video1\">");
	document.write("<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/fjAs1EXB9So?hl=en&fs=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/fjAs1EXB9So?hl=en&fs=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"425\" height=\"344\" wmode=\"transparent\"></embed></object>");
    document.write("</div>");
    document.write("<div id=\"video1text\">");
    document.write("<p>10ft Away</p>");
    document.write("<p>For more videos see You Tube</p>");
    document.write("</div>");
	}
else if (randNumber == 2)
	{
	//document.write("<p>Chanderlier</p>");
    document.write("<div id=\"video2\">");
	document.write("<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/1eGguEeqsnk?hl=en&fs=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/1eGguEeqsnk?hl=en&fs=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"425\" height=\"344\" wmode=\"transparent\"></embed></object>");
    document.write("</div>");
    document.write("<div id=\"video2text\">");
    document.write("<p>Chandelier</p>");
    document.write("<p>For more videos see You Tube</p>");
    document.write("</div>");
	}
else if (randNumber == 3)
	{
	//document.write("<p>Making of</p>");
    document.write("<div id=\"video3\">");
	document.write("<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/7Aw_ifucyeg?hl=en&fs=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/7Aw_ifucyeg?hl=en&fs=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"425\" height=\"344\" wmode=\"transparent\"></embed></object>");
    document.write("</div>");
    document.write("<div id=\"video3text\">");
    document.write("<p>Making of Chandelier</p>");
    document.write("<p>For more videos see You Tube</p>");
    document.write("</div>");
	}

else if (randNumber == 4)
    {
    document.write("<div id=\"video4\">");
    document.write("<object style=\"height: 344px; width: 425px\"><param name=\"movie\" value=\"http://www.youtube.com/v/zjL1f4iPYSQ?version=3\"><param name=\"allowFullScreen\" value=\"true\"><param name=\"allowScriptAccess\" value=\"always\"><embed src=\"http://www.youtube.com/v/zjL1f4iPYSQ?version=3\" type=\"application/x-shockwave-flash\" allowfullscreen=\"true\" allowScriptAccess=\"always\" width=\"425\" height=\"344\"></object>");
    document.write("</div>");
    document.write("<div id=\"video4text\">");
    document.write("<p>Live at Eagle Radio</p>");
    document.write("<p>For more videos see You Tube</p>");
    document.write("</div>");
    }
    
else
	{
	document.write("<p>Error in loading video!</p>");
	}
}
