﻿$(document).ready(function() {
	if($("div.readmorelink").length > 0)
	{
		$('div.readmorelink').replaceWith('READ MORE');
	}
	if($("div.launchvideolink").length > 0)
	{
		$('div.launchvideolink').replaceWith('LAUNCH VIDEO');
	}
	if($("div.webcastreplaylink").length > 0)
	{
		$('div.webcastreplaylink').replaceWith('Webcast Replay');
	}
	if($("div.investorspresentationlink").length > 0)
	{
		$('div.investorspresentationlink').replaceWith('Investors Presentation');
	}
	if($("div.10-Qlink").length > 0)
	{
		$('div.10-Qlink').replaceWith('10-Q');
	}
	if($("div.earningreleaselink").length > 0)
	{
		$('div.earningreleaselink').replaceWith('Earnings Release');
	}
	if($("div.viewwebcastlink").length > 0)
	{
		$('div.viewwebcastlink').replaceWith('View Webcast');
	}
	if($("div.learnmorelink").length > 0)
	{
		$('div.learnmorelink').replaceWith('LEARN MORE');
	}
	if($("div.downloadarticlelink").length > 0)
	{
		$('div.downloadarticlelink').replaceWith('Download Article ( PDF )');
	}
	if($("div.downloadpreviousissueslink").length > 0)
	{
		$('div.downloadpreviousissueslink').replaceWith('Download Previous Issues:');
	}
	if($("div.downloadissueslink").length > 0)
	{
		$('div.downloadissueslink').replaceWith('Download Issue : ');
	}
	if($("div.downloadarticlelink2").length > 0)
	{
		$('div.downloadarticlelink2').replaceWith('Download Article :');
	}
	if($("div.downloadlink").length > 0)
	{
		$('div.downloadlink').replaceWith('Download');
	}
	if($('div.historicaldatalink').length > 0)
	{
		$('div.historicaldatalink').replaceWith('Historical Data');
	}
	if($('div.previouslink').length > 0)
	{
		$('div.previouslink').replaceWith(' < Previous');
	}
	if($('div.nextlink').length > 0)
	{
		$('div.nextlink').replaceWith('Next > ');
	}
	if($('div.asiaproductionsiteslink').length > 0)
	{
		$('div.asiaproductionsiteslink').replaceWith('Asia Production Sites');
	}
	if($('div.executiveandregionalofficeslink').length > 0)
	{
		$('div.executiveandregionalofficeslink').replaceWith('Executive and Regional Offices');
	}
	if($('div.europeproductionsites').length > 0)
	{
		$('div.europeproductionsites').replaceWith('Europe Production Sites');
	}
	if($('div.rdcenterslink').length > 0)
	{
		$('div.rdcenterslink').replaceWith('R&D Centers');
	}
	if($('div.northamericaproductionsiteslink').length > 0)
	{
		$('div.northamericaproductionsiteslink').replaceWith('North America Production Sites');
	}
	if($('div.salesofficeslink').length > 0)
	{
		$('div.salesofficeslink').replaceWith('Sales Offices');
	}
	if($('div.southamericaproductionsiteslink').length > 0)
	{
		$('div.southamericaproductionsiteslink').replaceWith('South America Production Sites');
	}
});
