// JavaScript Document

function loadVid(iFrameURL)
{
	
    iFrame1.location.href = iFrameURL;
	hidLastVideoPlayed.value = iFrameURL;
}