');
$(".mobile_menu input[type='text']").css({ 'width': '90%', 'max-width': '90%' }).attr('placeholder', 'Search:');
$(".mobile_menu input[type='image']").css({ 'position': 'absolute', 'margin-left': '-30px', 'margin-top': '4px' });
// Add Home Link:
$(".mobile_menu").append('
Home');
// Add Topmenu Items:
$(".mobile_menu").append( $("#menunav").html() );
// Add Mini Header Links:
$(".ektron-header-utility .container .row .span6 .ektron-utility-nav a").each(function(){
if( $(this).text() != 'Home' )
{
$(".mobile_menu").append('
'+$(this).text()+'');
}
});
}
});
function setupScreen(){
var windowWidth = $(window).width();
if(windowWidth