function y2k(number) { return (number < 1000) ? number + 1900 : number; }
                    
function getWeek(year,month,day) {
	var when = new Date(year,month,day);
	var newYear = new Date(year,0,1);
	var offset = 7 + 1 - newYear.getDay();
	if (offset == 8) offset = 1;
	var daynum = ((Date.UTC(y2k(year),when.getMonth(),when.getDate(),0,0,0) - Date.UTC(y2k(year),0,1,0,0,0)) /1000/60/60/24) + 1;
	var weeknum = Math.floor((daynum-offset+7)/7);
	if (weeknum == 0) {
		year--;
		var prevNewYear = new Date(year,0,1);
		var prevOffset = 7 + 1 - prevNewYear.getDay();
		if (prevOffset == 2 || prevOffset == 8) weeknum = 53; else weeknum = 52;
	}
	if(weeknum % 3 == 0)
	{
		document.getElementById('homeParagraph').innerHTML = '<p>Let us be the strong link in your supply chain system. At Lanham Associates we offer comprehensive solutions for today\'s complex Supply Chain demands. With 1,600+ companies and over 80,000 users worldwide depending on Lanham solutions, we take pride in delivering uncompromising product quality every day.<br /><br />Lanham Associates maintains high standards for product excellence, and has been the recipient of both the President\'s Club and Inner Circle Awards many times since being affiliated with Microsoft as a Gold Certified ISV (Independent Software Vendor).</p>';
		document.getElementById('homeImage').innerHTML = '<img src="images/header/home_header_collage_3.jpg" width="920" height="220" alt="" />';
		//return '3 ' + weeknum
	}
	else if((weeknum + 1) % 3 == 0)
	{
		document.getElementById('homeParagraph').innerHTML = '<p>At Lanham Associates we take the quality of our products very seriously. This means developing to a strict set of standards, as well as making sure that our products are available in the latest version of Microsoft Dynamics.  Lanham products are either built inside the business system, or share the business system\'s user interface to make them seamless and easy to use.<br /><br />Lanham Associates products are developed to extend the supply chain functionality of Microsoft Dynamics.  They are well tested and stable, being used in more than 1,600 customer companies, by more than 80,000 users.</p>';
		document.getElementById('homeImage').innerHTML = '<img src="images/header/home_header_collage_2.jpg" width="920" height="220" alt="" />';	
		//return '2 ' + weeknum
	}
	else
	{
		document.getElementById('homeParagraph').innerHTML = '<p>Lanham Associates began its relationship with Navision Software in 1997 by creating the product\'s first distribution functionality, Advanced Distribution.  A Gold-Certified Microsoft Dynamics ISV (Independent Software Vendor), Lanham Associates has been creating complementary supply chain planning and execution products built inside and outside of Dynamics NAV ever since.<br /><br />Lanham Associates provides Microsoft-endorsed, practical solutions for over 1,600 companies and 80,000 users, globally, every day. Lanham has attained Gold certification in the ERP competency, and has many talented Dynamics NAV certified consultants and developers on staff; Lanham also holds the distinguished "Certified for Microsoft Dynamics" product certification on all of its Supply Chain solutions.</p>';
		document.getElementById('homeImage').innerHTML = '<img src="images/flash.jpg" width="920" height="220" alt="" />';
		//return '1 ' + weeknum
	}

}


function ValidateReg()
{
	if(document.getElementById('first_name').value == '')
	{
		alert('Please enter your first name');
		return false;
	}
	if(document.getElementById('last_name').value == '')
	{
		alert('Please enter your last name');
		return false;
	}
	if(document.getElementById('email').value == '')
	{
		alert('Please enter your email address');
		return false;
	}
	if(document.getElementById('phone').value == '')
	{
		alert('Please enter the phone number');
		return false;
	}
	if(document.getElementById('company').value == '')
	{
		alert('Please enter the company name');
		return false;
	}
	if(document.getElementById('state')[0].selected == true)
	{
		alert('Please select the state');
		return false;
	}
	if(document.getElementById('country').value == '')
	{
		alert('Please enter the country');
		return false;
	}
	if(document.getElementById('relationship')[0].selected == true)
	{
		alert('Please select your relationship with Lanham');
		return false;
	}
	if(document.getElementById('class')[0].checked == false && document.getElementById('class')[1].checked == false && document.getElementById('class')[2].checked == false && document.getElementById('class')[3].checked == false)
	{
		alert('Please select what class(es) you are interested to attend');
		return false;
	}
return true	
}

function ValidateContact()
{
	if(document.getElementById('first_name').value == '')
	{
		alert('Please enter your first name');
		return false;
	}
	if(document.getElementById('last_name').value == '')
	{
		alert('Please enter your last name');
		return false;
	}
	if(document.getElementById('email').value == '')
	{
		alert('Please enter your email address');
		return false;
	}
	if(document.getElementById('phone').value == '')
	{
		alert('Please enter the phone number');
		return false;
	}
	if(document.getElementById('company').value == '')
	{
		alert('Please enter the company name');
		return false;
	}
	if(document.getElementById('state')[0].selected == true)
	{
		alert('Please select the state');
		return false;
	}
	if(document.getElementById('country').value == '')
	{
		alert('Please enter the country');
		return false;
	}
return true	
}

function ValidateDemo()
{
	if(document.getElementById('first_name').value == '')
	{
		alert('Please enter your first name');
		return false;
	}
	if(document.getElementById('last_name').value == '')
	{
		alert('Please enter your last name');
		return false;
	}
	if(document.getElementById('email').value == '')
	{
		alert('Please enter your email address');
		return false;
	}
	if(document.getElementById('phone').value == '')
	{
		alert('Please enter the phone number');
		return false;
	}
	if(document.getElementById('company').value == '')
	{
		alert('Please enter the company name');
		return false;
	}
	if(document.getElementById('state')[0].selected == true)
	{
		alert('Please select the state');
		return false;
	}
	if(document.getElementById('country').value == '')
	{
		alert('Please enter the country');
		return false;
	}
return true	
}

function rTextNew()
{
	var rr = Math.floor(Math.random()*3);
	switch(rr)
	{
		case 0:
			document.write("Let us be the strong link in your supply chain system. At Lanham Associates we offer comprehensive solutions for today's complex Supply Chain demands. With 1,600+ companies and over 80,000 users worldwide depending on Lanham solutions, we take pride in delivering uncompromising product quality every day.<br /><br />Lanham Associates maintains high standards for product excellence, and has been the recipient of both the President's Club and Inner Circle Awards many times since being affiliated with Microsoft as a Gold Certified ISV (Independent Software Vendor).");
			break;
		case 1:
			document.write("Lanham Associates began its relationship with Navision Software in 1997 by creating the product's first distribution functionality, Advanced Distribution.  A Gold-Certified Microsoft Dynamics ISV (Independent Software Vendor), Lanham Associates has been creating complementary supply chain planning and execution products built inside and outside of Dynamics NAV ever since.<br /><br />Lanham Associates provides Microsoft-endorsed, practical solutions for over 1,600 companies and 80,000 users, globally, every day. Lanham has attained Gold certification in the ERP competency, and has many talented Dynamics NAV certified consultants and developers on staff; Lanham also holds the distinguished \"Certified for Microsoft Dynamics\" product certification on all of its Supply Chain solutions.");
			break;
		case 2:
			document.write("At Lanham Associates we take the quality of our products very seriously. This means developing to a strict set of standards, as well as making sure that our products are available in the latest version of Microsoft Dynamics.  Lanham products are either built inside the business system, or share the business system's user interface to make them seamless and easy to use.<br /><br />Lanham Associates products are developed to extend the supply chain functionality of Microsoft Dynamics.  They are well tested and stable, being used in more than 1,600 customer companies, by more than 80,000 users.");
			break;
	}
}


function rImage()
{
	var rr33 = Math.floor(Math.random()*3);
	switch(rr33)
	{
		case 0:
			document.write('<img src="images/flash.jpg" width="920" height="220" alt="" />');
			break;
		case 1:
			document.write('<img src="images/header/home_header_collage_2.jpg" width="920" height="220" alt="" />');
			break;
		case 2:
			document.write('<img src="images/header/home_header_collage_3.jpg" width="920" height="220" alt="" />');
			break;
	}
}


function rText()
{
	var rr = Math.floor(Math.random()*2);
	switch(rr)
	{
		case 0:
			document.write("<strong>Lanham Associates&reg;</strong><ul><li>Offers comprehensive solutions for today's complex Supply Chain demands.</li><li>1,500+ companies and over 75,000 users worldwide depend on Lanham solutions every day.</li><li>Lanham Associates delivers uncompromising product quality.</li><li>Let us be the strong link in your supply chain.</li></ul>Lanham Associates &mdash; Supply Chain Excellence.");
			break;
		case 1:
			document.write("<strong>Lanham Associates&reg;</strong><ul><li>Forging strong supply chains since 1997.</li><li>Shackled by your Supply chain? Break free with Lanham CfMD (Certified for Microsoft Dynamics) solutions.</li><li>Lanham provides Microsoft-endorsed, practical solutions for over 1,500 companies and 75,000 users, globally, every day.</li><li>Available exclusively through your Lanham approved Microsoft&reg; Dynamics NAV partner.</li></ul>Lanham Associates &mdash; Supply Chain Excellence.");
			break;
		case 2:
			document.write("<strong>Lanham Associates&reg;</strong><ul><li>Advancing Supply Chain Solutions since 1997.</li><li>Every day over 1,500 companies and 75,000 users, globally, count on Lanham's solutions to optimize their business.</li><li>Fully CfMD (Certified for Microsoft&reg; Dynamics&trade;) qualified and endorsed.</li><li>Delivering  effective solutions for today's complex Supply Chain demands.</li></ul>Lanham Associates &mdash; Supply Chain Excellence.");
			break;
	}
}

function rText1()
{
	var rr1 = Math.floor(Math.random()*4);
	switch(rr1)
	{
		case 0:
			document.write("<p class=\"CustomerQuote\">&quot;My job is now exciting and rewarding; the business trends we track, are all moving in the right direction.&quot;</p><p class=\"CustomerName\">- Purchasing Manager<br />Phoenix Mecano Inc.</p>");
			break;
		case 1:
			document.write("<p class=\"CustomerQuote\">&quot;We have put the fire extinguishers in the corner, with Lanham Associates we know when and why things are happening.&quot;</p><p class=\"CustomerName\">- Supply Chain Manager<br />Phoenix Mecano Inc.</p>");
			break;
		case 2:
			document.write("<p class=\"CustomerQuote\">&quot;Confidence is key and big, and so much better now than what it was before we used forecasting and replenishment from Lanham Associates.&quot;</p><p class=\"CustomerName\">- IT Manager<br />Phoenix Mecano Inc.</p>");
			break;
		case 3:
			document.write("<p class=\"CustomerQuote\">&quot;Now we can show data to substantiate why we are doing things. We've proven we are stocking the right items at the right time.&quot;</p><p class=\"CustomerName\">- Inventory Manager<br />Corix Water Products</p>");
			break;

	}
}

function rText2()
{
	var rr2 = Math.floor(Math.random()*2);
	switch(rr2)
	{
		case 0:
			document.write("<p class=\"CustomerQuote\">&quot;Lanham Associates gives us the tools to maneuver skillfully and stay in front of the competition.&quot;</p><p class=\"CustomerName\">- VP, Information Technology<br />SSI</p><p class=\"DividerShorter\">&nbsp;</p>");
			document.write("<p class=\"CustomerQuote\">&quot;Confidence is key and big, and so much better now than it was before we used AFP from Lanham Associates.&quot;</p><p class=\"CustomerName\">- IT Manager<br />Phoenix Mecano Inc.</p><p class=\"DividerShorter\">&nbsp;</p>");
			document.write("<p class=\"CustomerQuote\">&quot;Lanham's solution has a comprehensive set of forecasting and replenishment features that can lead a distributor to achieve the goal of effective inventory management.&quot;</p><p class=\"CustomerName\">- Owner<br />Effective Inventory Management</p>");
			break;
		case 1:
			document.write("<p class=\"CustomerQuote\">&quot;We have partnered with the Lanham team on several projects for our customers. The team has always been great to work with, and our customers love their knowledge!.&quot;</p><p class=\"CustomerName\">- VP of Finance<br />iCepts Technology Group, Inc.</p><p class=\"DividerShorter\">&nbsp;</p>");
			document.write("<p class=\"CustomerQuote\">&quot;Lanham has always provided outstanding support in a timely fashion whenever I have needed it.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p><p class=\"DividerShorter\">&nbsp;</p>");
			document.write("<p class=\"CustomerQuote\">&quot;The Lanham Positioning Class is one of the most important sessions at Directions for Western Computer, since we sell the entire Lanham Product line, and Distribution is one of our key verticals. The session provides a deep level of detail and understanding of the enhancements to all Lanham products, and allows me to return and convey the value of upgrading to our customers and staff.&quot;</p><p class=\"CustomerName\">- Western Region CSM<br />Western Computer</p>");
			break;
	}
}

function rText3()
{
	var rr3 = Math.floor(Math.random()*3);
	switch(rr3)
	{
		case 0:
			document.write("<p class=\"CustomerQuote\">&quot;We have partnered with the Lanham team on several projects for our customers. The team has always been great to work with, and our customers love their knowledge!.&quot;</p><p class=\"CustomerName\">- VP of Finance<br />iCepts Technology Group, Inc.</p>");
			break;
		case 1:
			document.write("<p class=\"CustomerQuote\">&quot;Lanham has always provided outstanding support in a timely fashion whenever I have needed it.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
			break;
		case 2:
			document.write("<p class=\"CustomerQuote\">&quot;The Lanham Positioning Class is one of the most important sessions at Directions for Western Computer, since we sell the entire Lanham Product line, and Distribution is one of our key verticals. The session provides a deep level of detail and understanding of the enhancements to all Lanham products, and allows me to return and convey the value of upgrading to our customers and staff.&quot;</p><p class=\"CustomerName\">- Western Region CSM<br />Western Computer</p>");
			break;
	}
}

function rText11()
{
	var rr4 = Math.floor(Math.random()*11);
	switch(rr4)
	{
		case 0:
			document.write("<p class=\"CustomerQuote\">&nbsp;</p><p class=\"CustomerName\">- Purchasing Manager<br />Phoenix Mecano Inc.</p>");
			break;
		case 1:
			document.write("<p class=\"CustomerQuote\">&quot;We have put the fire extinguishers in the corner, with Lanham Associates we know when and why things are happening.&quot;</p><p class=\"CustomerName\">- Supply Chain Manager<br />Phoenix Mecano Inc.</p>");
			break;
		case 2:
			document.write("<p class=\"CustomerQuote\">&quot;Confidence is key and big, and so much better now than what it was before we used forecasting and replenishment from Lanham Associates.&quot;</p><p class=\"CustomerName\">- IT Manager<br />Phoenix Mecano Inc.</p>");
			break;
		case 3:
			document.write("<p class=\"CustomerQuote\">&quot;Now we can show data to substantiate why we are doing things. We've proven we are stocking the right items at the right time.&quot;</p><p class=\"CustomerName\">- Inventory Manager<br />Corix Water Products</p>");
			break;
		case 4:
			document.write("<p class=\"CustomerQuote\">&quot;With Lanham's AFP product all the data is there. With that kind of visibility the purchasers don't need to go anywhere else.&quot;</p><p class=\"CustomerName\">- Manager, Special Projects<br />Corix Group of Companies</p>");
			break;
		case 5:
			document.write("<p class=\"CustomerQuote\">&quot;We can track how a recommendation was derived in a visual way, and apply human logic to ensure that it makes sense.&quot;</p><p class=\"CustomerName\">- Manager, Special Projects<br />Corix Group of Companies</p>");
			break;
		case 6:
			document.write("<p class=\"CustomerQuote\">&quot;With lower inventory levels, we now have lower carrying costs and we have not harmed our customer service levels at all.&quot;</p><p class=\"CustomerName\">- Inventory Manager<br />Corix Water Products</p>");
			break;
		case 7:
			document.write("<p class=\"CustomerQuote\">&quot;We have the visibility to consolidate orders and take advantage of volume buys, vendor targets, and freight limits.&quot;</p><p class=\"CustomerName\">- Inventory Manager<br />Corix Water Products</p>");
			break;
		case 8:
			document.write("<p class=\"CustomerQuote\">&quot;What used to take weeks is now done in 2 days. Our customer service reps are able to invest their time in strengthening vendor relationships.&quot;</p><p class=\"CustomerName\">- VP, Information Technology<br />SSI</p>");
			break;
		case 9:
			document.write("<p class=\"CustomerQuote\">&quot;Lanham Associates gives us the tools to maneuver skillfully and stay in front of the competition.&quot;</p><p class=\"CustomerName\">- VP, Information Technology<br />SSI</p>");
			break;
		case 10:
			document.write("<p class=\"CustomerQuote\">&quot;Lanham Associates adds visibility to the issues, and brings them to light!&quot;</p><p class=\"CustomerName\">- VP, Information Technology<br />SSI</p>");
			break;
	}
}


function rNew(strPage)
{
	switch(strPage)
	{
		case 'about':
			var rrNew = Math.floor(Math.random()*2);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham Associates adds visibility to the issues, and brings them to light!&quot;</p><p class=\"CustomerName\">- VP, Information Technology<br />SSI</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham Associates offers quality products that extend the functionality of base NAV. Their products are very well thought out and really operate as an extension of the base product, rather than a 3rd party add-on.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
		break;
		case 'locations':
			var rrNew = Math.floor(Math.random()*2);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham has always provided outstanding support in a timely fashion whenever I have needed it.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham Associates offers quality products that extend the functionality of base NAV. Their products are very well thought out and really operate as an extension of the base product, rather than a 3rd party add-on.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
		break;
		case 'partners':
			var rrNew = Math.floor(Math.random()*1);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham's solution has a comprehensive set of forecasting and replenishment features that can lead a distributor to achieve the goal of effective inventory management.&quot;</p><p class=\"CustomerName\">- Owner<br />Effective Inventory Management</p>");
				break;
			}
		break;
		case 'resellers':
			var rrNew = Math.floor(Math.random()*3);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;It is easy to sell what you know, and Lanham makes it very easy to gain the product knowledge to make you feel comfortable selling to prospects and supporting customers.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham Associates offers quality products that extend the functionality of base NAV. Their products are very well thought out and really operate as an extension of the base product, rather than a 3rd party add-on.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			case 2:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham has always provided outstanding support in a timely fashion whenever I have needed it.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
		break;
		case 'products':
			var rrNew = Math.floor(Math.random()*3);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham Associates gives us the tools to maneuver skillfully and stay in front of the competition.&quot;</p><p class=\"CustomerName\">- VP, Information Technology<br />SSI</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;My job is now exciting and rewarding; the business trends we track are all moving in the right direction.&quot;</p><p class=\"CustomerName\">- Purchasing Manager<br />Phoenix Mecano Inc.</p>");
				break;
			case 2:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham Associates offers quality products that extend the functionality of base NAV. Their products are very well thought out and really operate as an extension of the base product, rather than a 3rd party add-on.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
		break;
		case 'absolute-value':
			var rrNew = Math.floor(Math.random()*2);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;We have put the fire extinguishers in the corner; with Lanham Associates we know when and why things are happening.&quot;</p><p class=\"CustomerName\">- Supply Chain Manager<br />Phoenix Mecano Inc.</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;Now we can show data to substantiate why we are doing things. We've proven we are stocking the right items at the right time.&quot;</p><p class=\"CustomerName\">- Inventory Manager<br />Corix Water Products</p>");
				break;
			}
		break;
		case 'ace-warehousing':
			var rrNew = Math.floor(Math.random()*2);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham's ACE Warehousing is a requirement to run Microsoft's Warehousing with handhelds, giving users real-time visibility into what is going on in the warehouse.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;ACE Warehousing gives great traceability in the warehouse and provides the ability to create advanced reports, such as employee efficiency reports.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
		break;
		case 'afp':
			var rrNew = Math.floor(Math.random()*3);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;With Lanham's AFP product all the data is there. With that kind of visibility the purchasers don't need to go anywhere else.&quot;</p><p class=\"CustomerName\">- Manager, Special Projects<br />Corix Group of Companies</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham's AFP is a phenomenal product! The buyers at our customer sites love it!&quot;</p><p class=\"CustomerName\">- VP of Finance<br />iCepts Technology Group, Inc.</p>");
				break;
			case 2:
				document.write("<p class=\"CustomerQuote\">&quot;We can track how a recommendation was derived in a visual way and apply human logic to ensure that it makes sense.&quot;</p><p class=\"CustomerName\">- Manager, Special Projects<br />Corix Group of Companies</p>");
				break;
			}
		break;
		case 'afp-distribution':
			var rrNew = Math.floor(Math.random()*3);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;We have the visibility to consolidate orders and take advantage of volume buys, vendor targets, and freight limits.&quot;</p><p class=\"CustomerName\">- Inventory Manager<br />Corix Group of Companies</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;What used to take weeks is now done in 2 days. Our customer service reps are able to invest their time in strengthening vendor relationships.&quot;</p><p class=\"CustomerName\">- VP, Information Technology<br />SSI</p>");
				break;
			case 2:
				document.write("<p class=\"CustomerQuote\">&quot;With lower inventory levels, we now have lower carrying costs and have not harmed our customer service levels at all.&quot;</p><p class=\"CustomerName\">- Inventory Manager<br />Corix Group of Companies</p>");
				break;
			}
		break;
		case 'afp-manufacturing':
			var rrNew = Math.floor(Math.random()*1);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Confidence is key and big, and so much better now than it was before we used AFP from Lanham Associates.&quot;</p><p class=\"CustomerName\">- Supply Chain Manager<br />Phoenix Mecano Inc.</p>");
				break;
			}
		break;
		case 'e-ship':
			var rrNew = Math.floor(Math.random()*2);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham's E-Ship helps automate the shipping process, saving the end user a significant amount of time by allowing them to pick, pack, and ship an order all in one system, instead of having to re-key the same information in numerous systems.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;All the information from the sales order - shipping, labels and shipping charges - can easily be found in a single, user-friendly interface.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
		break;
		case 'history-management':
			var rrNew = Math.floor(Math.random()*2);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;History Management is a must have when it comes to its capabilities. It offers the ability to track what has happened and when, for orders and other data, without negatively impacting system performance.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;Once my customers have the visibility to track documents, they want to use it all the time, on every setup record and transactional table.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
		break;
		case 'owr':
			var rrNew = Math.floor(Math.random()*1);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Outbound Warehouse Request really simplifies a rather complicated process of shipping an order in Warehouse Management. It gives you the ability to view the shipment, create picks, view the status of the documents you are picking, and determine how to maximize productivity; all in a fairly simple-looking user interface.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
		break;
		case 'vertical-solutions':
			var rrNew = Math.floor(Math.random()*1);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham Associates offers quality products that extend the functionality of base NAV. Their products are very well thought out and really operate as an extension of the base product, rather than a 3rd party add-on.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
		break;
		case 'services':
			var rrNew = Math.floor(Math.random()*3);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;We have partnered with the Lanham team on several projects for our customers. The team has always been great to work with, and our customers love their knowledge!&quot;</p><p class=\"CustomerName\">- VP of Finance<br />iCepts Technology Group, Inc.</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;It is easy to sell what you know, and Lanham makes it very easy to gain the product knowledge to make you feel comfortable selling to prospects and supporting customers.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			case 2:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham has always provided outstanding support in a timely fashion whenever I have needed it.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
		break;
		case 'training':
			var rrNew = Math.floor(Math.random()*3);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham's E-Ship class was very informative and gave us a good overall view of the capabilities and how they can be easily tailored to fit our needs.&quot;</p><p class=\"CustomerName\">- Purchasing Manager<br />Phoenix Mecano, Inc.</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;I recently moved into Project Management for our company and wanted to get more insight on what Lanham had to offer our customers and prospects. The Product Positioning class gave me that visibility and understanding of what was available to fit my customers' needs.&quot;</p><p class=\"CustomerName\">- VP of Finance<br />iCepts Technology Group, Inc.</p>");
				break;
			case 2:
				document.write("<p class=\"CustomerQuote\">&quot;It is easy to sell what you know, and Lanham makes it very easy to gain the product knowledge to make you feel comfortable selling to prospects and supporting customers.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
		break;
		case 'ace-class':
			var rrNew = Math.floor(Math.random()*2);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;This class gave me a higher level of understanding of E-Ship and EDI that I did not have before.&quot;</p><p class=\"CustomerName\">- ERP Programmer Analyst<br />HeathCo, LLC</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;The instructor was well prepared, was able to demonstrate effectively, and gave examples of how people use the products in the 'Real World'. I still have learning to do, but I feel like I have a great start!&quot;</p><p class=\"CustomerName\">- Microsoft Dynamics NAV Manager<br />Stone Crossing Solutions</p>");
				break;
			}
		break;
		case 'ace-warehousing-class':
			var rrNew = Math.floor(Math.random()*3);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;I like the hands-on structure of this class and using the actual handheld scanners in a real-time environment. This class was excellent!&quot;</p><p class=\"CustomerName\">- Senior Consultant<br />ArcherPoint, LLC</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;I appreciate how the instructor pushed us to think about and solve problems rather than give us the answers. Great class!&quot;</p><p class=\"CustomerName\">- President<br />Silverware</p>");
				break;
			case 2:
				document.write("<p class=\"CustomerQuote\">&quot;The hands-on exercises were definitely the best part of this class!&quot;</p><p class=\"CustomerName\">- President<br />Dynamics SouthWest</p>");
				break;
			}
		break;
		case 'forecasting-replenishment-class':
			var rrNew = Math.floor(Math.random()*3);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Jon Schreibfeder's presentation provided validation that we are effectively using AFP to manage our inventory. At the same time, we learned many new ways to measure our effectiveness. The tie-in between Jon's presentation and Dale's presentation was educational and informative.&quot;</p><p class=\"CustomerName\">- Supply Chain Manager<br />Phoenix Mecano, Inc.</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;This was a great opportunity to network, meet other users and share our stories. I learned so much from the users and the presentations from industry experts. Great conference!&quot;</p><p class=\"CustomerName\">- Director of Operations<br />SuperSupplements&reg;</p>");
				break;
			case 2:
				document.write("<p class=\"CustomerQuote\">&quot;My company is not currently online, so it was great talking with people using the software. I am looking forward to go-live.&quot;</p><p class=\"CustomerName\">- Purchasing<br />Amsino International, Inc.</p>");
				break;
			}
		break;
		case 'product-positioning-class':
			var rrNew = Math.floor(Math.random()*2);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;This class helped me learn what is out there and available for our customers and prospects. I also enjoyed meeting and speaking with the Lanham team!.&quot;</p><p class=\"CustomerName\">- VP of Finance<br />iCepts Technology Group, Inc.</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;The Lanham Positioning Class is one of the most important sessions at Directions for Western Computer, since we sell the entire Lanham Product line, and Distribution is one of our key verticals. The session provides a deep level of detail and understanding of the enhancements to all Lanham products, and allows me to return and convey the value of upgrading to our customers and staff.&quot;</p><p class=\"CustomerName\">- Western Region CSM<br />Western Computer</p>");
				break;
			}
		break;
		case 'schedule':
			var rrNew = Math.floor(Math.random()*2);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Actually being able to do hands-on exercises from start to finish helped to build the confidence I needed to start using the system more effectively.&quot;</p><p class=\"CustomerName\">- IT Project Manager<br />Peco Pallet</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;The instructor was well prepared, was able to demonstrate effectively, and gave examples of how people use the products in the 'Real World'. I still have learning to do, but I feel like I have a great start!&quot;</p><p class=\"CustomerName\">- Microsoft Dynamics NAV Manager<br />Stone Crossing Solutions</p>");
				break;
			}
		break;
		case 'register':
			var rrNew = Math.floor(Math.random()*3);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;The information I learned from the class helped me feel more confident that I was positioning and guiding our customers to the correct products to fit their needs.&quot;</p><p class=\"CustomerName\">- VP of Finance<br />iCepts Technology Group, Inc.</p>");
				break;
			case 1:
				document.write("<p class=\"CustomerQuote\">&quot;This class gave me a higher level of understanding of E-Ship and EDI that I did not have before.&quot;</p><p class=\"CustomerName\">- ERP Programmer Analyst<br />HeathCo, LLC</p>");
				break;
			case 2:
				document.write("<p class=\"CustomerQuote\">&quot;It is easy to sell what you know, and Lanham makes it very easy to gain the product knowledge to make you feel comfortable selling to prospects and supporting customers.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
		break;
		case 'web-demo':
			var rrNew = Math.floor(Math.random()*1);
			switch(rrNew)
			{
			case 0:
				document.write("<p class=\"CustomerQuote\">&quot;Lanham Associates offers quality products that extend the functionality of base NAV. Their products are very well thought out and really operate as an extension of the base product, rather than a 3rd party add-on.&quot;</p><p class=\"CustomerName\">- Owner<br />Enterprise Dynamics Group</p>");
				break;
			}
	}
}


