// © Antfarm IP Deliveries, 2004. All Rights Reserved //
		var	subPlayerArchive ="";
		
		subPlayerArchive =  "<strong>The Archived presentation will be available for viewing very soon.</strong><p>You may request to be notified when the	stream is available by - <font onclick=\"Javascript:notify();\" style=\"cursor=hand\" onMouseOver=\"this.style.color='#FFFFFF'\" onMouseOut=\"this.style.color='black'\">clicking here!! We will email you when the stream is ready for your viewing.";


function linkstat(stat,bid){
switch (stat){
	case "pre" :
	alert("The stream is not yet live. Please return at the date and time specified.");
	break;

	case "indexing" :

	document.getElementById('spanIn').style.height=60;
	document.getElementById('spanIn').style.overflow='auto';
	document.getElementById('spanIn').innerHTML =	subPlayerArchive;

try{
	document.getElementById('spanIn').style.height=190;
	document.getElementById('spanIn').style.overflow='auto';
	document.getElementById('spanIn').innerHTML = "<div align=center valign=middle><iframe src=\"slideframe-notify.asp?id=" + bid + "\" align=center width=790 frameborder=no scrolling=Auto height=190></iframe></div>";
}
catch(e){;}

	whichstream = bid;
//	self.location = "slideframe-notify.asp?id="+bid;

	break;

	case "cancelled" :
	alert("This presentation has either been cancelled or deferred, and will not be available for broadcasting at this time.");
	break;

	case "delayed" :
	alert("This presentation has been delayed. Please refresh the itinery for updates.");
	break;

	
}

}

