var GoodName = "http://www.travelport.tv/GetVideo.php?AffiliateID=17&ProductID=384";
 
function openURL(TheName)
{
	if (!(TheName==''))
	{
		document.location.href = TheName;
  }
}
 
function Try_It(TheVar)
{
	if (TheVar=='GoodName')
	{
		if (!(GoodName==''))
		{
          window.status=document.title;
			document.location.href = GoodName;
		}
	}
}
