var customArgs = new Object();

var aMyURL = location.hostname.split(".");
var myName = aMyURL[1];

if(myName == "com" || myName=="net" || myName=="org" || myName=="edu") {
	var myName = aMyURL[0];			
} 

if(myName == "ce-today") {
				myName = "CE-TODAY";			
} else {
				myName = "CME-TODAY";
}

var sTitlePrefix = location.protocol=="file:" ? "CME-TODAY/CE-TODAY" : myName;
var sTitleSuffix = " Course AB0483 - Advanced Treatment Strategies for a Critically Ill Patient at Risk for Anemia ";

customArgs.title = sTitlePrefix + sTitleSuffix; // used for the HTML <TITLE> of the browser windows

customArgs.minMajor = 6;
customArgs.minMinor = 0;
customArgs.minBuild = 65;

customArgs.width = '790';
customArgs.height = '548';

customArgs.contactInfo = '<P>If you are still having trouble with the application, <A href="mailto:support@enspire.com">email support@enspire.com</A> and we will get back to you as soon as possible.';
