Access GE Insight Series
The Access GE Insight Series provides the latest in economic updates, industry insights and best
practices from GE experts and external thought leaders. With a broad array of topics to meet your
needs, you are sure to find offerings that apply to your business. For additional GE insights and
expertise, visit Access GE.
Upcoming Webinar
FIRST QUARTER ECONOMIC UPDATE
Sustained growth, volatility and transition
Thursday, January 9, 2014
2:00pm EDT
Join Marco Annunziata, Chief Economist for GE, and Rob Podorefsky, Managing Director and Interest Rate Strategist for GE Capital, Americas as they discuss the current economic and market environment. Marco and Rob will provide insights into today's financial conditions and what we might expect in the coming months.
More information
Topics include:
- Sustaining fiscal improvements
- Fed policy to get more complicated
- Where faster growth will come from
- Business cycle has more to go
- 2014 surprises
Featuring:
-
Marco Annunziata
-
Rob Podorefsky
SAVE YOUR SPOT - REGISTER TODAY
' );
$( ".webinar-title" ).text( title );
$( ".webinar-date" ).text( date );
$( ".webinar-cover" ).css( { "height": $( ".webinar-headline" ).css( "height" ) } );
$( ".webinar-cover" ).css( { "width": $( "#facebox" ).css( "width" ) } );
$( ".webinar-headline" ).show();
}
};
var omnitureTracker =
{
track: function( type )
{
//Omniture Implementation
if( typeof s_trackWebinarForm === "undefined" ) return false;
var isGeCustomer;
if( type === "start" || type === "exit" )
{
s_trackWebinarForm( type );
}
else if( type === "submit" )
{
if( $("#current-customer").length > 0 )
{
isGeCustomer = $("#current-customer").is( ":checked" );
}
else
return false;
s_trackWebinarForm( 'submit', isGeCustomer );
}
return true;
}
};
$(document).ready(function()
{
//Share by Email $(".share-link").click(function(){});
//Styling
$(".wide-input-wrapper input").live("focus", function()
{
$(this).parent().addClass("active");
});
$(".wide-input-wrapper input").live("focusout", function()
{
$(this).parent().removeClass("active");
});
//Form validation
$("#btn-submit-overlay").live("click", function(e)
{
e.preventDefault();
$("#contact-overlay-form").validate(
{
onfocusout: false,
onkeyup: false,
highlight: function( element, errorClass, validClass )
{
$(element).addClass(errorClass).removeClass(validClass);
$(element.form).find("label[for=" + element.id + "]").addClass("validateerror");
$(element).parent().addClass(errorClass).removeClass(validClass);
},
unhighlight: function( element, errorClass, validClass )
{
$(element).removeClass(errorClass).addClass(validClass);
$(element.form).find("label[for=" + element.id + "]").removeClass("validateerror");
$(element).parent().removeClass(errorClass).addClass(validClass);
},
rules:
{
"first-name":
{
required: true,
maxlength: 50
},
"last-name":
{
required: true,
maxlength: 50
},
"company":
{
required: true,
maxlength: 100
},
"email-address":
{
required: true,
email: true
}
},
errorPlacement: function(error, element) {},
submitHandler: function(form) { form.submit(); }
});
if( $("form#contact-overlay-form").valid() )
{
var_form_data = $("form#contact-overlay-form").serialize();
$.ajax({
type : "POST",
url : "/",
data: var_form_data,
dataType : "text",
beforeSend: function( jqXHR, settings )
{
$("#contact-overlay-container").fadeOut(300, function()
{
$(".form-loader").fadeIn(200);
});
},
success: function (data, status, jqXHR )
{
var idUser = data || "";
if( !$.cookie("current_viewer") )
{
var date = new Date();
var minutes = 300;
date.setTime( date.getTime() + ( minutes * 60 * 1000 ) );
$.cookie("current_viewer", idUser, { expires: date, path: '/' } );
}
omnitureTracker.track("submit");
//Clicked a PDF
if( $('#fromPDF').length > 0 )
{
$(location).attr( "href", $('#fromPDF').val() );
$('#fromPDF').remove();
}
//Clicked a Video
else
{
var video = $( 'input[name="videoName"]' ).val();
$( '[data-video-name="'+ video +'"]' ).trigger("click", ["no-track"]);
$("#facebox .content").removeClass("form");
}
},
error: function( jqXHR, status, errorThrown )
{
$(".form-loader").fadeOut(300, function()
{
$(".form-error").fadeIn(200);
});
}
});
}
});
//Facebox Close Event
$(".cancel.more-link").live("click", function(e)
{
e.preventDefault();
$( document ).trigger('close.facebox');
});
$(document).bind('afterClose.facebox', function(){
$( '#fromPDF' ).remove();
omnitureTracker.track("exit");
});
//PDF Download
$(".pdf-download").click(function( event )
{
if( !$.cookie( "current_viewer" ) )
{
event.preventDefault();
this.webinar = $(this).siblings("a.watch-video").attr("data-video-name");
Viewer.displayForm( this.webinar );
var webinarSlides = ( $(location).attr("href") ).split(".com")[0] + ".com" + $(this).attr("href");
( $("#fromPDF").length ' )
: $("#fromPDF").val( webinarSlides );
}
});
});