// JavaScript Document

/*
    relies on jquery
		Contains customizations to multiple server environments
    
*/
    
		$(function() {	//
    	$('a.loginToWO').attr('href', 'https://secure.weboscar.com/login.asp');	//Server
    	//$('a.loginToWO').attr('href', 'http://clio1/verditechnology/login.asp');		//Lcl Test: NON-ASP Server
    	//$('a.loginToWO').attr('href', 'http://clio1/weboscar/login.asp');		//Lcl Test:  ASP Server
		});

