// JavaScript Document
<!--
function changeurl()
{	
var WhereAre = 'http://www.somers-stanton.com';
var newLoc = 'nothing';
if (window.location.search.substring(1))
	{
	newLoc = window.location.search.substring(1);
	}
if (newLoc == 'aitek')
	{
	document.getElementById('mainFrame').src='http://www.aitekinstruments.com';
	WhereAre = 'http://www.aitekinstruments.com';
	}
else if (newLoc == 'CST0310')
	{
	document.getElementById('mainFrame').src='http://cstsensors.com/newsletters/2010_03/';
	}
else if (newLoc == 'todd')
	{
	document.getElementById('mainFrame').src='biot.html';
	}
else if (newLoc == 'gary')
	{
	document.getElementById('mainFrame').src='biog.html';
	}
else if (newLoc == 'chart')
	{
	document.getElementById('mainFrame').src='http://www.chartchambers.com';
	}
else if (newLoc == 'ctech')
	{
	document.getElementById('mainFrame').src='http://www.creationtech.com';
	}
else if (newLoc == 'bei')
	{
	document.getElementById('mainFrame').src='http://www.beiduncan.com';
	}
else if (newLoc == 'eaton')
	{
	document.getElementById('mainFrame').src='http://www.eaton.com/EatonCom/Markets/Electrical/Products/CircuitProtection/DCHydraulicMagneticCircuitBreakers/CT_143968';
	}
else if (newLoc == 'hasco')
	{
	document.getElementById('mainFrame').src='http://www.hascorelays.com';
	}
else if (newLoc == 'kss')
	{
	document.getElementById('mainFrame').src='http://www.keysafetyinc.com/specialty_business.asp';
	}
else if (newLoc == 'index')
	{
	document.getElementById('mainFrame').src='http://www.indexsensors.com';
	}
else if (newLoc == 'minco')
	{
	document.getElementById('mainFrame').src='http://www.minco.com/products/flex.aspx';
	}
else if (newLoc == 'standex')
	{
	document.getElementById('mainFrame').src='http://www.standexelectronics.com';
	}
else if (newLoc == 'therm')
	{
	document.getElementById('mainFrame').src='http://www.thermonics.com';
	}
else if (newLoc == 'windale')
	{
	document.getElementById('mainFrame').src='http://www.windalegroup.com';
	}
else if (newLoc == 'qa')
	{
	document.getElementById('mainFrame').src='http://www.qatech.com';
	}
else if (newLoc == 'parkohio')
	{
	document.getElementById('mainFrame').src='http://www.parkohioproducts.com';
	}
else if (newLoc == 't1')
	{
	document.getElementById('mainFrame').src='testimonials/t-static.html';
	}
else if (newLoc == 't2')
	{
	document.getElementById('mainFrame').src='testimonials/t-eaton.html';
	}
else if (newLoc == 't3')
	{
	document.getElementById('mainFrame').src='testimonials/t-standex.html';
	}
}
//-->
