$(document).ready(function () {
	$("#qm0 a").unbind('click');
	$("#qm0 a").click(function() {
		if ($(this).attr('href') == 'https://service.transworldsystems.com/FormsLogin.asp') {
			// old code
			//pageTracker._trackPageview('/outgoing/service_transworldsystems_com');
			
			// asynchronous code
			_gaq.push(['_trackPageview', '/outgoing/service_transworldsystems_com']);
		}
	});
});

function jumpto(x){
	if (document.form1.jumpmenu.value != "null") {
		document.location.href = x
	}
}
