 		<!-- Hide script from older browsers
 		
 	
 	
 		function makeShake(hifi) {
 			evilSelection = hifi.options[hifi.selectedIndex].value
 	
 			if (evilSelection == "VTL") {
 			shake(2)
 				alert("I think you are on the wrong website. " +
     		"We do not service VTL products here at Manley Labs. " +
     		"Please contact VTL instead.")			
     	shake(15)
     	alert("Really. " +
     		"You have to believe us. We do not service VTL products. " +
     		"Go to www.vtl.com and if they cannot help you, then that it not our problem. " +
     		"Sorry. we do not mean to be rude but this is not the first time someone came here looking for help with their VTL amps. " +
     		"FAQ #667 Clearly spells all this out.")	
 	function shake(n) {
     if (self.moveBy) {
     for (i = 15; i > 0; i--) {
     for (j = n; j > 0; j--) {
     self.moveBy(0,i);
     self.moveBy(i,0);
     self.moveBy(0,-i);
     self.moveBy(-i,0);
     }}}}
     
     window.open("http://www.manley.com/faq.php#667") 
     		return false
     	}
     	return true
     }			
     
		// End hiding script from older browsers -->

