$(document).ready(function(){
	// Hide Coming Soon bar
	$('#flashnotpresent').hide(); 

	// Open external links in a new window 
	$('#flashnotpresent a, a.external').click(function(){
		window.open(this.href);
		return false;
	});
});
$(window).load(function() {
	// Slide in Coming Soon once content has loaded
	$('#flashnotpresent').slideDown(1000); 
}); 
		function clearCompany(object){
		object.options[object.selectedIndex].value = "notselected";
		}
		function clearCategory(object){
		object.options[object.selectedIndex].value = "notselected";
		}
		function goto_URL(object) {
		if(object.options[object.selectedIndex].value == "notselected"){
		}
		else
		{
		var directory = "";
		var locationrequired = object.options[object.selectedIndex].value
		window.location.href = directory + locationrequired;
		 }
		}
		function goto_URL1(object) {
		if(object.options[object.selectedIndex].value == "notselected"){
		}
		else
		{
		var directory = "";
		var locationrequired = object.options[object.selectedIndex].value
		window.location.href = directory + locationrequired;
		window.location.href = object.options[object.selectedIndex].value;
		 }
		}
		//-->