<?xml version="1.0" ?> <rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0"><channel><title>Wellness and Corporate Health Services</title><link>http://www1.wfubmc.edu/rss.aspx?fid=1059</link><description></description><item><title>2009-2010 Flu Shot Vaccination Consent Form</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/2009-2010-Flu-Shot-Vaccination-Consent-Form.htm</link><description>
&lt;ektdesignpackage_forms&gt;&lt;ektdesignpackage_form&gt;&lt;ektdesignpackage_designs&gt;&lt;ektdesignpackage_design&gt;&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;/ektdesignpackage_design&gt;&lt;/ektdesignpackage_designs&gt;&lt;ektdesignpackage_lists&gt;&lt;ektdesignpackage_list&gt;&lt;fieldlist&gt;&lt;field name="FirstName" datatype="string" basetype="text" xpath="/root/FirstName" title="First Name"&gt;First Name&lt;/field&gt;&lt;field name="MiddleInitial" datatype="string" basetype="text" xpath="/root/MiddleInitial" title="Middle Initial"&gt;Middle Initial&lt;/field&gt;&lt;field name="LastName" datatype="string" basetype="text" xpath="/root/LastName" title="Last Name"&gt;Last Name&lt;/field&gt;&lt;field name="Birthday" datatype="string" basetype="text" xpath="/root/Birthday" title="Birthday"&gt;Birthday&lt;/field&gt;&lt;field name="Gender" datatype="choice" basetype="text" xpath="/root/Gender" title="Gender" datalist="ID0EKD"&gt;Gender&lt;/field&gt;&lt;field name="MailingAddress1" datatype="string" basetype="text" xpath="/root/MailingAddress1" title="Mailing Address 1"&gt;Mailing Address 1&lt;/field&gt;&lt;field name="MailingAddress2" datatype="string" basetype="text" xpath="/root/MailingAddress2" title="Mailing Address 2"&gt;Mailing Address 2&lt;/field&gt;&lt;field name="City" datatype="string" basetype="text" xpath="/root/City" title="City"&gt;City&lt;/field&gt;&lt;field name="State" datatype="string" basetype="text" xpath="/root/State" title="State"&gt;State&lt;/field&gt;&lt;field name="ZipCode" datatype="ZipCode" basetype="text" xpath="/root/ZipCode" title="Zip Code"&gt;Zip Code&lt;/field&gt;&lt;field name="DayPhone" datatype="phoneUSCA" basetype="text" xpath="/root/DayPhone" title="Day Phone"&gt;Day Phone&lt;/field&gt;&lt;field name="E-mail" datatype="email" basetype="text" xpath="/root/E-mail" title="E-mail"&gt;E-mail&lt;/field&gt;&lt;field name="ConfirmE-mail" datatype="email" basetype="text" xpath="/root/ConfirmE-mail" title="Confirm E-mail"&gt;Confirm E-mail&lt;/field&gt;&lt;field name="ScreeningDate" datatype="string" basetype="text" xpath="/root/ScreeningDate" title="Screening Date"&gt;Screening Date&lt;/field&gt;&lt;field name="CompanyName" datatype="string" basetype="text" xpath="/root/CompanyName" title="Company Name"&gt;Company Name&lt;/field&gt;&lt;field name="Classification" datatype="choice" basetype="text" xpath="/root/Classification" title="Classification" datalist="ID0E5DAC"&gt;Classification&lt;/field&gt;&lt;field name="OtherExplained" datatype="string" basetype="text" xpath="/root/OtherExplained" title="Other Explained"&gt;Other Explained&lt;/field&gt;&lt;field name="e-mail_consent" datatype="boolean" basetype="checkbox" xpath="/root/e-mail_consent" title="e-mail consent"&gt;e-mail consent&lt;/field&gt;&lt;datalist name="ID0EKD"&gt;&lt;item value="Male"&gt;Male&lt;/item&gt;&lt;item value="Female"&gt;Female&lt;/item&gt;&lt;/datalist&gt;&lt;datalist name="ID0E5DAC"&gt;&lt;item value="Employee"&gt;Employee&lt;/item&gt;&lt;item value="Spouse"&gt;Spouse&lt;/item&gt;&lt;item value="Other"&gt;Other&lt;/item&gt;&lt;/datalist&gt;&lt;/fieldlist&gt;&lt;/ektdesignpackage_list&gt;&lt;/ektdesignpackage_lists&gt;&lt;ektdesignpackage_views&gt;&lt;ektdesignpackage_view&gt;&lt;/ektdesignpackage_view&gt;&lt;ektdesignpackage_view&gt;&lt;xsl:stylesheet version="1.0" extension-element-prefixes="msxsl" exclude-result-prefixes="msxsl js dl" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:js="urn:custom-javascript" xmlns:dl="urn:datalist" xmlns:msxsl="urn:schemas-microsoft-com:xslt"&gt;&lt;xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" omit-xml-declaration="yes" /&gt;&lt;xsl:strip-space elements="*" /&gt;&lt;xsl:variable name="ektdesignns_fieldlist" select="/*/ektdesignpackage_list/fieldlist" /&gt;&lt;xsl:param name="baseURL" select="''" /&gt;&lt;xsl:param name="LangType" select="''" /&gt;&lt;xsl:key name="ID0EKD" match="datalist[@name='ID0EKD']/item" use="@value" /&gt;&lt;xsl:key name="ID0E5DAC" match="datalist[@name='ID0E5DAC']/item" use="@value" /&gt;&lt;xsl:template name="safeUri"&gt;&lt;xsl:param name="uri" select="''" /&gt;&lt;xsl:variable name="uri-lang"&gt;&lt;xsl:choose&gt;&lt;xsl:when test="string-length($LangType) &amp;gt; 0 and contains($uri,'&amp;amp;LangType=-1')"&gt;&lt;xsl:value-of select="substring-before($uri,'&amp;amp;LangType=-1')" /&gt;&lt;xsl:value-of select="concat('&amp;amp;LangType=',$LangType)" /&gt;&lt;xsl:value-of select="substring-after($uri,'&amp;amp;LangType=-1')" /&gt;&lt;/xsl:when&gt;&lt;xsl:when test="contains($uri,'&amp;amp;LangType=-1')"&gt;&lt;xsl:value-of select="substring-before($uri,'&amp;amp;LangType=-1')" /&gt;&lt;xsl:value-of select="substring-after($uri,'&amp;amp;LangType=-1')" /&gt;&lt;/xsl:when&gt;&lt;xsl:otherwise&gt;&lt;xsl:value-of select="$uri" /&gt;&lt;/xsl:otherwise&gt;&lt;/xsl:choose&gt;&lt;/xsl:variable&gt;&lt;xsl:choose&gt;&lt;xsl:when test="starts-with($uri-lang,'//') or contains($uri-lang,':')"&gt;&lt;xsl:value-of select="$uri-lang" /&gt;&lt;/xsl:when&gt;&lt;xsl:when test="starts-with($uri-lang,'/') or substring($baseURL,string-length($baseURL),1)='/'"&gt;&lt;xsl:value-of select="concat($baseURL,$uri-lang)" /&gt;&lt;/xsl:when&gt;&lt;xsl:otherwise&gt;&lt;xsl:value-of select="concat($baseURL,'/',$uri-lang)" /&gt;&lt;/xsl:otherwise&gt;&lt;/xsl:choose&gt;&lt;/xsl:template&gt;&lt;xsl:template match="/" xml:space="preserve"&gt;&lt;span style="display:none"&gt;&lt;/span&gt;&lt;script language="JavaScript" type="text/javascript" defer="defer"&gt;&lt;xsl:comment xml:space="preserve"&gt;&lt;xsl:text&gt;
function ektLocalizeDate(date, id) {
	setTimeout(function() {
	if (document.getElementById &amp;amp;&amp;amp; 10 == date.length) {
		var oTempDate = new Date(date.substr(0,4), parseInt(date.substr(5,2),10)-1, date.substr(8,2));
		document.getElementById(id).innerHTML=(oTempDate.toLocaleDateString ? oTempDate.toLocaleDateString() : oTempDate.toLocaleString());
	}
	}, 1); 
}
// &lt;/xsl:text&gt;&lt;/xsl:comment&gt;&lt;/script&gt;&lt;root&gt;&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;/root&gt;&lt;/xsl:template&gt;&lt;/xsl:stylesheet&gt;&lt;/ektdesignpackage_view&gt;&lt;/ektdesignpackage_views&gt;&lt;/ektdesignpackage_form&gt;&lt;/ektdesignpackage_forms&gt;
</description><author>Mark Flaherty</author><pubDate>Thu, 03 Sep 2009 21:43:28 GMT</pubDate></item><item><title>2009 Flu Shot Request Form</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/2009-Flu-Shot-Request-Form.htm</link><description>
&lt;ektdesignpackage_forms&gt;&lt;ektdesignpackage_form&gt;&lt;ektdesignpackage_designs&gt;&lt;ektdesignpackage_design&gt;&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;/ektdesignpackage_design&gt;&lt;/ektdesignpackage_designs&gt;&lt;ektdesignpackage_lists&gt;&lt;ektdesignpackage_list&gt;&lt;fieldlist&gt;&lt;field name="CompanyName" datatype="string" basetype="text" xpath="/root/CompanyName" title="Company Name"&gt;Company Name&lt;/field&gt;&lt;field name="ContactPerson" datatype="string" basetype="text" xpath="/root/ContactPerson" title="Contact Person"&gt;Contact Person&lt;/field&gt;&lt;field name="MailingAddress1" datatype="string" basetype="text" xpath="/root/MailingAddress1" title="Mailing Address 1"&gt;Mailing Address 1&lt;/field&gt;&lt;field name="MailingAddress2" datatype="string" basetype="text" xpath="/root/MailingAddress2" title="Mailing Address 2"&gt;Mailing Address 2&lt;/field&gt;&lt;field name="City" datatype="string" basetype="text" xpath="/root/City" title="City"&gt;City&lt;/field&gt;&lt;field name="State" datatype="string" basetype="text" xpath="/root/State" title="State"&gt;State&lt;/field&gt;&lt;field name="ZipCode" datatype="ZipCode" basetype="text" xpath="/root/ZipCode" title="Zip Code"&gt;Zip Code&lt;/field&gt;&lt;field name="WorkPhone" datatype="phoneUSCA" basetype="text" xpath="/root/WorkPhone" title="Work Phone"&gt;Work Phone&lt;/field&gt;&lt;field name="Fax" datatype="phoneUSCA" basetype="text" xpath="/root/Fax" title="Fax"&gt;Fax&lt;/field&gt;&lt;field name="Contact_sE-mail" datatype="email" basetype="text" xpath="/root/Contact_sE-mail" title="Contact's E-mail"&gt;Contact's E-mail&lt;/field&gt;&lt;field name="ConfirmE-mail" datatype="email" basetype="text" xpath="/root/ConfirmE-mail" title="Confirm E-mail"&gt;Confirm E-mail&lt;/field&gt;&lt;field name="Number_ofEmployees" datatype="nonNegInt" basetype="text" xpath="/root/Number_ofEmployees" title="Number of Employees"&gt;Number of Employees&lt;/field&gt;&lt;field name="Number_ofLocations" datatype="nonNegInt" basetype="number" xpath="/root/Number_ofLocations" title="Number of Locations"&gt;Number of Locations&lt;/field&gt;&lt;field name="EstimatedNumber_ofFluShotsNeeded" datatype="nonNegInt" basetype="number" xpath="/root/EstimatedNumber_ofFluShotsNeeded" title="Estimated Number of Flu Shots Needed"&gt;Estimated Number of Flu Shots Needed&lt;/field&gt;&lt;field name="PreferredDay_toAdministerFluShots" datatype="choice" basetype="text" xpath="/root/PreferredDay_toAdministerFluShots" title="Preferred Day to Administer Flu Shots" datalist="ID0EADAC"&gt;Preferred Day to Administer Flu Shots&lt;/field&gt;&lt;field name="PreferredTime_ofDay" datatype="choice" basetype="text" xpath="/root/PreferredTime_ofDay" title="Preferred Time of Day" datalist="ID0EBEAC"&gt;Preferred Time of Day&lt;/field&gt;&lt;datalist name="ID0EADAC"&gt;&lt;item value="Monday"&gt;Monday&lt;/item&gt;&lt;item value="Tuesday"&gt;Tuesday&lt;/item&gt;&lt;item value="Wednesday"&gt;Wednesday&lt;/item&gt;&lt;item value="Thursday"&gt;Thursday&lt;/item&gt;&lt;item value="Friday"&gt;Friday&lt;/item&gt;&lt;/datalist&gt;&lt;datalist name="ID0EBEAC"&gt;&lt;item value="8 am"&gt;8 am&lt;/item&gt;&lt;item value="9 am"&gt;9 am&lt;/item&gt;&lt;item value="10 am"&gt;10 am&lt;/item&gt;&lt;item value="11 am"&gt;11 am&lt;/item&gt;&lt;item value="12 pm"&gt;12 pm&lt;/item&gt;&lt;item value="1 pm"&gt;1 pm&lt;/item&gt;&lt;item value="2 pm"&gt;2 pm&lt;/item&gt;&lt;item value="3 pm"&gt;3 pm&lt;/item&gt;&lt;item value="4 pm"&gt;4 pm&lt;/item&gt;&lt;/datalist&gt;&lt;/fieldlist&gt;&lt;/ektdesignpackage_list&gt;&lt;/ektdesignpackage_lists&gt;&lt;ektdesignpackage_views&gt;&lt;ektdesignpackage_view&gt;&lt;/ektdesignpackage_view&gt;&lt;ektdesignpackage_view&gt;&lt;xsl:stylesheet version="1.0" extension-element-prefixes="msxsl" exclude-result-prefixes="msxsl js dl" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:js="urn:custom-javascript" xmlns:dl="urn:datalist" xmlns:msxsl="urn:schemas-microsoft-com:xslt"&gt;&lt;xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" omit-xml-declaration="yes" /&gt;&lt;xsl:strip-space elements="*" /&gt;&lt;xsl:variable name="ektdesignns_fieldlist" select="/*/ektdesignpackage_list/fieldlist" /&gt;&lt;xsl:param name="baseURL" select="''" /&gt;&lt;xsl:param name="LangType" select="''" /&gt;&lt;xsl:key name="ID0EADAC" match="datalist[@name='ID0EADAC']/item" use="@value" /&gt;&lt;xsl:key name="ID0EBEAC" match="datalist[@name='ID0EBEAC']/item" use="@value" /&gt;&lt;xsl:template name="safeUri"&gt;&lt;xsl:param name="uri" select="''" /&gt;&lt;xsl:variable name="uri-lang"&gt;&lt;xsl:choose&gt;&lt;xsl:when test="string-length($LangType) &amp;gt; 0 and contains($uri,'&amp;amp;LangType=-1')"&gt;&lt;xsl:value-of select="substring-before($uri,'&amp;amp;LangType=-1')" /&gt;&lt;xsl:value-of select="concat('&amp;amp;LangType=',$LangType)" /&gt;&lt;xsl:value-of select="substring-after($uri,'&amp;amp;LangType=-1')" /&gt;&lt;/xsl:when&gt;&lt;xsl:when test="contains($uri,'&amp;amp;LangType=-1')"&gt;&lt;xsl:value-of select="substring-before($uri,'&amp;amp;LangType=-1')" /&gt;&lt;xsl:value-of select="substring-after($uri,'&amp;amp;LangType=-1')" /&gt;&lt;/xsl:when&gt;&lt;xsl:otherwise&gt;&lt;xsl:value-of select="$uri" /&gt;&lt;/xsl:otherwise&gt;&lt;/xsl:choose&gt;&lt;/xsl:variable&gt;&lt;xsl:choose&gt;&lt;xsl:when test="starts-with($uri-lang,'//') or contains($uri-lang,':')"&gt;&lt;xsl:value-of select="$uri-lang" /&gt;&lt;/xsl:when&gt;&lt;xsl:when test="starts-with($uri-lang,'/') or substring($baseURL,string-length($baseURL),1)='/'"&gt;&lt;xsl:value-of select="concat($baseURL,$uri-lang)" /&gt;&lt;/xsl:when&gt;&lt;xsl:otherwise&gt;&lt;xsl:value-of select="concat($baseURL,'/',$uri-lang)" /&gt;&lt;/xsl:otherwise&gt;&lt;/xsl:choose&gt;&lt;/xsl:template&gt;&lt;xsl:template match="/" xml:space="preserve"&gt;&lt;span style="display:none"&gt;&lt;/span&gt;&lt;script language="JavaScript" type="text/javascript" defer="defer"&gt;&lt;xsl:comment xml:space="preserve"&gt;&lt;xsl:text&gt;
function ektLocalizeDate(date, id) {
	setTimeout(function() {
	if (document.getElementById &amp;amp;&amp;amp; 10 == date.length) {
		var oTempDate = new Date(date.substr(0,4), parseInt(date.substr(5,2),10)-1, date.substr(8,2));
		document.getElementById(id).innerHTML=(oTempDate.toLocaleDateString ? oTempDate.toLocaleDateString() : oTempDate.toLocaleString());
	}
	}, 1); 
}
// &lt;/xsl:text&gt;&lt;/xsl:comment&gt;&lt;/script&gt;&lt;root&gt;&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;/root&gt;&lt;/xsl:template&gt;&lt;/xsl:stylesheet&gt;&lt;/ektdesignpackage_view&gt;&lt;/ektdesignpackage_views&gt;&lt;/ektdesignpackage_form&gt;&lt;/ektdesignpackage_forms&gt;
</description><author>Mark Flaherty</author><pubDate>Thu, 03 Sep 2009 20:38:01 GMT</pubDate></item><item><title>Executive Physical Program</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/Executive-Physical-Program.htm</link><description>
&lt;ektdesignpackage_forms&gt;&lt;ektdesignpackage_form&gt;&lt;ektdesignpackage_designs&gt;&lt;ektdesignpackage_design&gt;&lt;p&gt;Thank you very much for your interest. We will be in touch shortly.&lt;/p&gt;&lt;/ektdesignpackage_design&gt;&lt;/ektdesignpackage_designs&gt;&lt;ektdesignpackage_lists&gt;&lt;ektdesignpackage_list&gt;&lt;fieldlist&gt;&lt;field name="FirstName" datatype="string" basetype="text" xpath="/root/FirstName" title="First Name"&gt;First Name&lt;/field&gt;&lt;field name="LastName" datatype="string" basetype="text" xpath="/root/LastName" title="Last_Name"&gt;Last Name&lt;/field&gt;&lt;field name="Information_for" datatype="choice" basetype="text" xpath="/root/Information_for" title="Information for" datalist="ID0E5B"&gt;Information for&lt;/field&gt;&lt;field name="E-mail" datatype="email" basetype="text" xpath="/root/E-mail" title="E-mail"&gt;E-mail&lt;/field&gt;&lt;field name="ConfirmE-mail" datatype="email" basetype="text" xpath="/root/ConfirmE-mail" title="Confirm E-mail"&gt;Confirm E-mail&lt;/field&gt;&lt;field name="Telephone" datatype="string" basetype="text" xpath="/root/Telephone" title="Telephone"&gt;Telephone&lt;/field&gt;&lt;field name="InformationRequesting" datatype="textarea" basetype="textbox" xpath="/root/InformationRequesting" title="Information Requesting" content="textarea"&gt;Information Requesting&lt;/field&gt;&lt;datalist name="ID0E5B"&gt;&lt;item value="Self"&gt;Self&lt;/item&gt;&lt;item value="My Company"&gt;My Company&lt;/item&gt;&lt;item value="Self and My Company"&gt;Self and My Company&lt;/item&gt;&lt;/datalist&gt;&lt;/fieldlist&gt;&lt;/ektdesignpackage_list&gt;&lt;/ektdesignpackage_lists&gt;&lt;ektdesignpackage_views&gt;&lt;ektdesignpackage_view&gt;&lt;/ektdesignpackage_view&gt;&lt;ektdesignpackage_view&gt;&lt;xsl:stylesheet version="1.0" extension-element-prefixes="msxsl" exclude-result-prefixes="msxsl js dl" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:js="urn:custom-javascript" xmlns:dl="urn:datalist" xmlns:msxsl="urn:schemas-microsoft-com:xslt"&gt;&lt;xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" omit-xml-declaration="yes" /&gt;&lt;xsl:strip-space elements="*" /&gt;&lt;xsl:variable name="ektdesignns_fieldlist" select="/*/ektdesignpackage_list/fieldlist" /&gt;&lt;xsl:param name="baseURL" select="''" /&gt;&lt;xsl:param name="LangType" select="''" /&gt;&lt;xsl:key name="ID0E5B" match="datalist[@name='ID0E5B']/item" use="@value" /&gt;&lt;xsl:template name="safeUri"&gt;&lt;xsl:param name="uri" select="''" /&gt;&lt;xsl:variable name="uri-lang"&gt;&lt;xsl:choose&gt;&lt;xsl:when test="string-length($LangType) &amp;gt; 0 and contains($uri,'&amp;amp;LangType=-1')"&gt;&lt;xsl:value-of select="substring-before($uri,'&amp;amp;LangType=-1')" /&gt;&lt;xsl:value-of select="concat('&amp;amp;LangType=',$LangType)" /&gt;&lt;xsl:value-of select="substring-after($uri,'&amp;amp;LangType=-1')" /&gt;&lt;/xsl:when&gt;&lt;xsl:when test="contains($uri,'&amp;amp;LangType=-1')"&gt;&lt;xsl:value-of select="substring-before($uri,'&amp;amp;LangType=-1')" /&gt;&lt;xsl:value-of select="substring-after($uri,'&amp;amp;LangType=-1')" /&gt;&lt;/xsl:when&gt;&lt;xsl:otherwise&gt;&lt;xsl:value-of select="$uri" /&gt;&lt;/xsl:otherwise&gt;&lt;/xsl:choose&gt;&lt;/xsl:variable&gt;&lt;xsl:choose&gt;&lt;xsl:when test="starts-with($uri-lang,'//') or contains($uri-lang,':')"&gt;&lt;xsl:value-of select="$uri-lang" /&gt;&lt;/xsl:when&gt;&lt;xsl:when test="starts-with($uri-lang,'/') or substring($baseURL,string-length($baseURL),1)='/'"&gt;&lt;xsl:value-of select="concat($baseURL,$uri-lang)" /&gt;&lt;/xsl:when&gt;&lt;xsl:otherwise&gt;&lt;xsl:value-of select="concat($baseURL,'/',$uri-lang)" /&gt;&lt;/xsl:otherwise&gt;&lt;/xsl:choose&gt;&lt;/xsl:template&gt;&lt;xsl:template match="/" xml:space="preserve"&gt;&lt;span style="display:none"&gt;&lt;/span&gt;&lt;script language="JavaScript" type="text/javascript" defer="defer"&gt;&lt;xsl:comment xml:space="preserve"&gt;&lt;xsl:text&gt;
function ektLocalizeDate(date, id) {
	setTimeout(function() {
	if (document.getElementById &amp;amp;&amp;amp; 10 == date.length) {
		var oTempDate = new Date(date.substr(0,4), parseInt(date.substr(5,2),10)-1, date.substr(8,2));
		document.getElementById(id).innerHTML=(oTempDate.toLocaleDateString ? oTempDate.toLocaleDateString() : oTempDate.toLocaleString());
	}
	}, 1); 
}
// &lt;/xsl:text&gt;&lt;/xsl:comment&gt;&lt;/script&gt;&lt;root&gt;&lt;p&gt;Thank you very much for your interest. We will be in touch shortly.&lt;/p&gt;&lt;/root&gt;&lt;/xsl:template&gt;&lt;/xsl:stylesheet&gt;&lt;/ektdesignpackage_view&gt;&lt;/ektdesignpackage_views&gt;&lt;/ektdesignpackage_form&gt;&lt;/ektdesignpackage_forms&gt;
</description><author>Mark Flaherty</author><pubDate>Fri, 25 Sep 2009 20:20:25 GMT</pubDate></item><item><title>Sign Up for a Flu Shot</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/Sign-Up-for-a-Flu-Shot.htm</link><description>
&lt;ektdesignpackage_forms&gt;&lt;ektdesignpackage_form&gt;&lt;ektdesignpackage_designs&gt;&lt;ektdesignpackage_design&gt;&lt;p&gt;Thank you for signing up. We will see you soon.&lt;/p&gt;&lt;/ektdesignpackage_design&gt;&lt;/ektdesignpackage_designs&gt;&lt;ektdesignpackage_lists&gt;&lt;ektdesignpackage_list&gt;&lt;fieldlist&gt;&lt;field name="FirstName" datatype="string" basetype="text" xpath="/root/FirstName" title="First Name"&gt;First Name&lt;/field&gt;&lt;field name="MiddleName" datatype="string" basetype="text" xpath="/root/MiddleName" title="Middle Name"&gt;Middle Name&lt;/field&gt;&lt;field name="LastName" datatype="string" basetype="text" xpath="/root/LastName" title="Last Name"&gt;Last Name&lt;/field&gt;&lt;field name="StreetAddress" datatype="textarea" basetype="textbox" xpath="/root/StreetAddress" title="Street Address" content="textarea"&gt;Street Address&lt;/field&gt;&lt;field name="City" datatype="string" basetype="text" xpath="/root/City" title="City"&gt;City&lt;/field&gt;&lt;field name="State" datatype="string" basetype="text" xpath="/root/State" title="State"&gt;State&lt;/field&gt;&lt;field name="Zip" datatype="string" basetype="text" xpath="/root/Zip" title="Zip"&gt;Zip&lt;/field&gt;&lt;field name="DayPhone" datatype="phoneUSCA" basetype="text" xpath="/root/DayPhone" title="Day Phone"&gt;Day Phone&lt;/field&gt;&lt;field name="CompanyName" datatype="string" basetype="text" xpath="/root/CompanyName" title="Company Name"&gt;Company Name&lt;/field&gt;&lt;field name="Appointment_for" datatype="choice" basetype="text" xpath="/root/Appointment_for" title="Appointment for" datalist="ID0ESG"&gt;Appointment for&lt;/field&gt;&lt;field name="Birthday" datatype="string" basetype="text" xpath="/root/Birthday" title="Birthday"&gt;Birthday&lt;/field&gt;&lt;field name="Gender" datatype="string" basetype="text" xpath="/root/Gender" title="Gender"&gt;Gender&lt;/field&gt;&lt;datalist name="ID0ESG"&gt;&lt;item value="Self"&gt;Self&lt;/item&gt;&lt;item value="Spouse"&gt;Spouse&lt;/item&gt;&lt;item value="Self and Spouse"&gt;Self and Spouse&lt;/item&gt;&lt;item value="Other"&gt;Other&lt;/item&gt;&lt;/datalist&gt;&lt;/fieldlist&gt;&lt;/ektdesignpackage_list&gt;&lt;/ektdesignpackage_lists&gt;&lt;ektdesignpackage_views&gt;&lt;ektdesignpackage_view&gt;&lt;/ektdesignpackage_view&gt;&lt;ektdesignpackage_view&gt;&lt;xsl:stylesheet version="1.0" extension-element-prefixes="msxsl" exclude-result-prefixes="msxsl js dl" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:js="urn:custom-javascript" xmlns:dl="urn:datalist" xmlns:msxsl="urn:schemas-microsoft-com:xslt"&gt;&lt;xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" omit-xml-declaration="yes" /&gt;&lt;xsl:strip-space elements="*" /&gt;&lt;xsl:variable name="ektdesignns_fieldlist" select="/*/ektdesignpackage_list/fieldlist" /&gt;&lt;xsl:param name="baseURL" select="''" /&gt;&lt;xsl:param name="LangType" select="''" /&gt;&lt;xsl:key name="ID0ESG" match="datalist[@name='ID0ESG']/item" use="@value" /&gt;&lt;xsl:template name="safeUri"&gt;&lt;xsl:param name="uri" select="''" /&gt;&lt;xsl:variable name="uri-lang"&gt;&lt;xsl:choose&gt;&lt;xsl:when test="string-length($LangType) &amp;gt; 0 and contains($uri,'&amp;amp;LangType=-1')"&gt;&lt;xsl:value-of select="substring-before($uri,'&amp;amp;LangType=-1')" /&gt;&lt;xsl:value-of select="concat('&amp;amp;LangType=',$LangType)" /&gt;&lt;xsl:value-of select="substring-after($uri,'&amp;amp;LangType=-1')" /&gt;&lt;/xsl:when&gt;&lt;xsl:when test="contains($uri,'&amp;amp;LangType=-1')"&gt;&lt;xsl:value-of select="substring-before($uri,'&amp;amp;LangType=-1')" /&gt;&lt;xsl:value-of select="substring-after($uri,'&amp;amp;LangType=-1')" /&gt;&lt;/xsl:when&gt;&lt;xsl:otherwise&gt;&lt;xsl:value-of select="$uri" /&gt;&lt;/xsl:otherwise&gt;&lt;/xsl:choose&gt;&lt;/xsl:variable&gt;&lt;xsl:choose&gt;&lt;xsl:when test="starts-with($uri-lang,'//') or contains($uri-lang,':')"&gt;&lt;xsl:value-of select="$uri-lang" /&gt;&lt;/xsl:when&gt;&lt;xsl:when test="starts-with($uri-lang,'/') or substring($baseURL,string-length($baseURL),1)='/'"&gt;&lt;xsl:value-of select="concat($baseURL,$uri-lang)" /&gt;&lt;/xsl:when&gt;&lt;xsl:otherwise&gt;&lt;xsl:value-of select="concat($baseURL,'/',$uri-lang)" /&gt;&lt;/xsl:otherwise&gt;&lt;/xsl:choose&gt;&lt;/xsl:template&gt;&lt;xsl:template match="/" xml:space="preserve"&gt;&lt;span style="display:none"&gt;&lt;/span&gt;&lt;script language="JavaScript" type="text/javascript" defer="defer"&gt;&lt;xsl:comment xml:space="preserve"&gt;&lt;xsl:text&gt;
function ektLocalizeDate(date, id) {
	setTimeout(function() {
	if (document.getElementById &amp;amp;&amp;amp; 10 == date.length) {
		var oTempDate = new Date(date.substr(0,4), parseInt(date.substr(5,2),10)-1, date.substr(8,2));
		document.getElementById(id).innerHTML=(oTempDate.toLocaleDateString ? oTempDate.toLocaleDateString() : oTempDate.toLocaleString());
	}
	}, 1); 
}
// &lt;/xsl:text&gt;&lt;/xsl:comment&gt;&lt;/script&gt;&lt;root&gt;&lt;p&gt;Thank you for signing up. We will see you soon.&lt;/p&gt;&lt;/root&gt;&lt;/xsl:template&gt;&lt;/xsl:stylesheet&gt;&lt;/ektdesignpackage_view&gt;&lt;/ektdesignpackage_views&gt;&lt;/ektdesignpackage_form&gt;&lt;/ektdesignpackage_forms&gt;
</description><author>Mark Flaherty</author><pubDate>Thu, 30 Jul 2009 21:10:31 GMT</pubDate></item><item><title>Employees</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/Employees.htm</link><description>
&lt;p&gt;Information for employees whose company has engaged &lt;a title="Wellness and Corporate Health Services " href="http://www1.wfubmc.edu/WorkArea/linkit.aspx?LinkIdentifier=id&amp;amp;ItemID=2147491707"&gt;Wellness and Corporate Health Services&lt;/a&gt; of &lt;a title="Wake Forest University Baptist Medical Center" href="http://www1.wfubmc.edu/WorkArea/linkit.aspx?LinkIdentifier=id&amp;amp;ItemID=77"&gt;Wake Forest University Baptist Medical Center&lt;/a&gt; .&lt;/p&gt;
</description><author>Mark Flaherty</author><pubDate>Fri, 04 Sep 2009 12:47:54 GMT</pubDate></item><item><title>The Executive Registry</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/The-Executive-Registry.htm</link><description>
&lt;p&gt;The Executive Registry, designed for traveling corporate
employees and their families, operates as a domestic and
international network of leading academic medical centers and
affiliations.&lt;/p&gt;
</description><author>Internal Administrator</author><pubDate>Fri, 10 Jul 2009 14:55:47 GMT</pubDate></item><item><title>QR-Executive Registry</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/QR-Executive-Registry.htm</link><description>
&lt;p&gt;Executive RegistryExecutive RegistryExecutive
RegistryPhone3367165100Receive More InformationBecome a Member&lt;/p&gt;
</description><author>Internal Administrator</author><pubDate>Fri, 10 Jul 2009 14:55:44 GMT</pubDate></item><item><title>Executive Physical Program</title><link>http://www1.wfubmc.edu/chs/execphys/</link><description>
&lt;p&gt;The Executive Physical Program is an annual comprehensive health evaluation designed for the busy schedules of executives, yet is available to anyone who wants a thorough physical exam.&lt;/p&gt;
</description><author>Mark Flaherty</author><pubDate>Tue, 14 Jul 2009 16:48:47 GMT</pubDate></item><item><title>Vaccination Program</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/Vaccination-Program.htm</link><description>
&lt;p&gt;Wellness and Corporate Health Services can conveniently provide influenza vaccinations to your employees directly at your worksite.&lt;/p&gt;
</description><author>Mark Flaherty</author><pubDate>Fri, 04 Sep 2009 12:45:53 GMT</pubDate></item><item><title>Specialty Services</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/Specialty-Services.htm</link><description>
&lt;p&gt;Wellness and Corporate Health Services of Wake Forest University Baptist Medical Center offers a range of services to benefit your company:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title="Risk Assessment Services" href="http://www1.wfubmc.edu/WorkArea/linkit.aspx?LinkIdentifier=id&amp;amp;ItemID=2147500539"&gt;Risk Assessment Services&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a title="Clinical Screenings" href="http://www1.wfubmc.edu/WorkArea/linkit.aspx?LinkIdentifier=id&amp;amp;ItemID=2147500533"&gt;Clinical Screenings&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a title="Vaccination Program" href="http://www1.wfubmc.edu/WorkArea/linkit.aspx?LinkIdentifier=id&amp;amp;ItemID=2147500534"&gt;Vaccination Program&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
</description><author>Leigh Jones</author><pubDate>Wed, 19 Aug 2009 20:00:22 GMT</pubDate></item><item><title>Risk Assessment Services</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/Risk-Assessment-Services.htm</link><description>
&lt;p&gt;We utilize a health risk appraisal system called the Personal
Wellness Profile
&lt;sup&gt;Â®&lt;/sup&gt;

(PWP) from Wellsource
&lt;sup&gt;Â®,&lt;/sup&gt;

one of the leading developers of risk assessment programs. When
combined with a clinical screening program, the PWP is a valuable
tool that can help us identify employees who may be at increased
risk for disease or injury.&lt;/p&gt;
</description><author>Internal Administrator</author><pubDate>Fri, 10 Jul 2009 14:55:34 GMT</pubDate></item><item><title>Education and Behavior Modification Programs</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/Education-and-Behavior-Modification-Programs.htm</link><description>
&lt;p&gt;Once a health assessment has been completed and the individual's
health risk determined, the Wellness&amp;#160;and Corporate Health
Services team develops targeted interventions for your
employees.&lt;/p&gt;
</description><author>Internal Administrator</author><pubDate>Fri, 10 Jul 2009 14:55:31 GMT</pubDate></item><item><title>Clinical Screening Offerings</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/Clinical-Screening-Offerings.htm</link><description>
&lt;p&gt;We offer a variety of clinical screenings that can be added to
the Health Risk Appraisal for further health risk
identification.&lt;/p&gt;
</description><author>Internal Administrator</author><pubDate>Fri, 10 Jul 2009 14:55:28 GMT</pubDate></item><item><title>Wellness and Corporate Health Services</title><link>http://www1.wfubmc.edu/Wellness-and-Corporate-Health-Services/</link><description>
&lt;p&gt;Wellness and Corporate Health Services of Wake Forest University Baptist Medical Center specializes in corporate wellness programs for businesses across the Piedmont Triad.&lt;/p&gt;
</description><author>Mark Flaherty</author><pubDate>Mon, 05 Oct 2009 19:56:54 GMT</pubDate></item><item><title>QR-Wellness and Corporate Health Services</title><link>http://www1.wfubmc.edu/QR-Wellness-and-Corporate-Health-Services.htm</link><description>
&lt;p&gt;Contact information for Wellness and Corporate Health Services&lt;/p&gt;
</description><author>Joanna Lyall</author><pubDate>Wed, 19 Aug 2009 20:02:05 GMT</pubDate></item><item><title>EPP Package Info pdf</title><link>http://www1.wfubmc.edu/WorkArea//DownloadAsset.aspx?id=2599</link><description>
&lt;p&gt;Executive Physical Program Package Information Your Comprehensive Executive Physical Includes: • Review of medical and family history • Complete and comprehensive physical examination by a physician in our University Internal Medical Associates practice • Laboratory analysis, including: – Lipid Panel (Total Cholesterol&lt;/p&gt;
</description><author>Internal Administrator</author><pubDate>Thu, 09 Jul 2009 02:21:22 GMT</pubDate></item></channel></rss>