


function writeSWF(){
    
    
    var interfaceURL = "http://airtimecomfortalert.com/ComfortAlert/interface.aspx";
    
    var settingsPath = "http://airtimecomfortalert.com/ComfortAlert/DavidStaples/settings.xml"
    var codesXmlPath = "http://airtimecomfortalert.com/ComfortAlert/codes.xml";
    var bannerPath = "http://airtimecomfortalert.com/ComfortAlert/bannerEmbed/banner.jpg"
    
    var winParams = "location=no,menubar=no,resizable=no,width=780,height=550";
    
    var targetURL = interfaceURL +"?settingspath="+settingsPath +"&codesxmlpath=" + codesXmlPath +  "&local=true";
    
    // uncomment this for live version:
    var targetURL = interfaceURL +"?settingspath="+settingsPath +"&codesxmlpath=" + codesXmlPath + "&";
    
    document.write('<a href="'+targetURL+'" onclick="window.open(\''+targetURL+'\',\'newWin\',\''+winParams+'\');return false;" ><img src="'+bannerPath+'" height="150" width="180" border="0" /></a>');
    
	
	
	
	
}

writeSWF();