// load flash player holders

function clip(whut) {
whut = "clips/" + whut + ".html";

//alert(whut);
//var astr=""
//astr += " window location " +window.location;
//astr += " window.parent location " +window.parent.location;
//astr += " parent.player location " +parent.player.location;
//alert (astr)

if ("undefined" != typeof parent.player)
	{
	parent.player.location.href = whut;
	}


return;

}


