// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text72' , 'Text72LYR', 'txt', 'Layout',null,'',0);
		F_OM('Text72Link1' , '', 'tln', 'Text72',new Array(
		'Clicked',F_functText72Action0,'','',0),'',0);
 	F_pageLoaded('Layout');
}
function F_functText72Action0(params) {
var zenbox_params = {};
zenbox_params.hide_tab = true;
zenbox_params.tab_id = "support";
zenbox_params.tab_color = "black";
zenbox_params.title = "LaneChange.Net Support";
zenbox_params.text = "How may we help you? Please fill in details below, and we'll get back to you as soon as possible.";
zenbox_params.tag = "dropbox";
zenbox_params.url = "lanechange.zendesk.com";

}


 
$(document).ready( function() {
F_onLoaded();
	$('#Text72Link1').bind('click', function(__e) { return (F_e('Text72Link1', F_CL, __e)); } );
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#Cell1Link2').bind('click', function() { pageTracker._trackPageview('/outgoing/https://secure.lanechange.net/cgi-bin/dnsmgr.cgi'); } );
	$('#Cell1Link9').bind('click', function() { pageTracker._trackPageview('/outgoing/https://secure.lanechange.net/cgi-bin/manage.cgi'); } );
	$('#Cell1Link10').bind('click', function() { pageTracker._trackPageview('/outgoing/https://secure.lanechange.net/cgi-bin/manage.cgi'); } );
	$('#Cell1Link11').bind('click', function() { pageTracker._trackPageview('/outgoing/https://secure.lanechange.net/cgi-bin/manage.cgi'); } );
	$('#Cell1Link12').bind('click', function() { pageTracker._trackPageview('/outgoing/https://secure.lanechange.net/cgi-bin/manage.cgi'); } );
	$('#Cell1Link13').bind('click', function() { pageTracker._trackPageview('/outgoing/https://secure.lanechange.net/cgi-bin/manage.cgi'); } );
	$('#Cell1Link14').bind('click', function() { pageTracker._trackPageview('/outgoing/https://secure.lanechange.net/cgi-bin/manage.cgi'); } );
	$('#Cell2Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/support.lanechange.net'); } );
	$('#Text7Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/https://secure.lanechange.net/cgi-bin/manage.cgi'); } );
});
// End Analytics

// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
	if (jQuery.browser.safari){
		$(".nof-lyr>br:first").each(function () {
			$(this).replaceWith("<div style='height:0px'>&nbsp;</div>");
		});
	}
});

// End XHTML adjustment

