var quotes = new Array;


quotes.push(" • The use of the X13-VSA technology continues to grow worldwide and to receive high profile attention ");

quotes.push(" • The X13-VSA PRO Cobra technology is now used by some international airports to screen travelers ");

quotes.push(" • Insurance companies quietly use the X13-VSA PRO Cobra technology to screen for suspected false loss claims ");

quotes.push(" • We have implemented new, complex & highly sophisticated algorithm which enables the X13-VSA systems to detect more states of stress caused by a lie ");

quotes.push(" • X13-VSA PRO Cobra has got implemented the new powerful, complex & highly sophisticated algorithm IVSA - Intelligent Voice Stress Analysis ");


document.write(quotes[(Math.floor(Math.random() * quotes.length))]);