function onLinearAdScheduled(streamIndex, baseURL, streamName, startTime, duration) {
	console.log("OAS JS API: onLinearScheduled(" + streamIndex + ", " + baseURL + ", " + streamName + ", " + startTime + ", " + duration + " seconds)");
}
function onNonLinearAdScheduled(associatedStreamIndex, startTime, duration) {
	console.log("OAS JS API: onLinearScheduled(" + associatedStreamIndex + ", " + startTime + ", " + duration + " seconds)");
}
function onShowStreamScheduled(streamIndex, baseURL, streamName, startTime, duration) {
	console.log("OAS JS API: onShowStreamScheduled(" + streamIndex + ", " + baseURL + ", " + streamName + ", " + startTime + ", " + duration + " seconds)");
}

