CINXE.COM
Page not found!
<!DOCTYPE html> <Cache-Control:public, max-age=31536000> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- Title --> <title>Page not found!</title> <!-- Description, Keywords --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="FEHRL"> <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> <!-- Favicon --> <!-- <link rel="icon" href="data:,"> --> <!-- <link rel="shortcut icon" href="site/fehrl/img/favicon.ico" type="image/x-icon"/> --> <link rel="icon" href="site/fehrl/img/favicon.png" type="image/png"/> <!-- <link rel="icon" href="site/fehrl/img/favicon.ico" type="image/vnd.microsoft.icon"/> --> <!-- <link rel="shortcut icon" href="http://www.resistproject.eu/site/resistproject/img/favicon.ico?v=2" type="image/x-icon"> --> <!-- <link rel="shortcut icon" href="http://fehrl.org/site/fehrl/img/favicon.ico?v=1" type="image/x-icon"> --> <!-- <link rel="icon" href="site/fehrl/img/favicon.ico?v=1" type="image/x-icon"/> --> <!-- <link rel="icon" href="http://www.site/fehrl/img/favicon-16x16.png?v=1" type="image/png"/> --> <!-- <link rel="shortcut icon" href="http://www.fehrl.org/site/fehrl/img/favicon-16x16.png?v=1" type="image/png"> --> <!-- <link rel="shortcut icon" href="favicon2.ico" type="image/x-icon"/> --> <!-- <link rel="shortcut icon" href="site/fehrl/img/favicon.ico" type="image/x-icon"/> --> <!-- <link rel="shortcut icon" href="site/fehrl/img/favicon-16x16.png?v=1" type="image/png"> --> <!-- <link rel="shortcut icon" href="http://www.fehrl.org/site/resistproject/img/favicon.ico?v=2" type="image/x-icon"> --> <!-- Stylesheets --> <link rel="stylesheet" type="text/css" href="/site/fehrl/css/main.css"> <link rel="stylesheet" type="text/css" src="/resources/file_upload/css/stsyle.css"> <link rel="stylesheet" type="text/css" href="/resources/file_upload/css/jquery.fileupload-ui.css"> <link rel="stylesheet" type="text/css" href="/resources/font-awesome-4.3.0/css/font-awesome.min.css"> <!-- JS --> <script> var link = document.createElement('link'); link.type = 'image/x-icon'; link.rel = 'shortcut icon'; link.href = 'site/fehrl/img/favicon.ico'; document.getElementsByTagName('head')[0].appendChild(link); </script> <script type="text/javascript" src="/resources/uniform/js/jquery-1.9.1/jquery-1.9.1.min.js"></script> <script src="/resources/jstree/dist/jstree.min.js" type="text/javascript"></script> <link rel="stylesheet" href="/resources/jstree/dist/themes/proton/style.min.css" /> <script src='https://www.google.com/recaptcha/api.js' async defer></script> <!-- bootstrap --> <script src="/theme/fehrl_gray_3/resources/bootstrap3/js/bootstrap.min.js" type="text/javascript"></script> <link rel="stylesheet" href="/theme/fehrl_gray_3/resources/bootstrap3/css/bootstrap.min.css"> <!-- <script src="/theme/fehrl_gray_3/resources/js/jquery.isotope.js" type="text/javascript"></script> --> <!-- <script src="/theme/fehrl_gray_3/resources/js/jquery.prettyPhoto.js" type="text/javascript"></script> --> <!-- <script src="/theme/fehrl_gray_3/resources/js/filter.js" type="text/javascript"></script> --> <!-- <script src="/theme/fehrl_gray_3/resources/js/jquery.tweet.js" type="text/javascript"></script> --> <!-- <script src="/theme/fehrl_gray_3/resources/js/modernizr.custom.28468.js" type="text/javascript"></script> --> <!-- <script src="/theme/fehrl_gray_3/resources/js/custom.js" type="text/javascript"></script> --> <!-- bootrstrap fileupload --> <!-- <script src="/resources/bootstrap-fileinput-master/js/fileinput.js" type="text/javascript"></script> --> <!-- <link href='/resources/bootstrap-fileinput-master/css/fileinput.css' rel='stylesheet' /> --> <link rel="stylesheet" type="text/css" href="/theme/fehrl_gray_3/resources/css/style.css" > <link rel="stylesheet" type="text/css" href="/theme/fehrl_gray_3/resources/css/font-titillium-web.css" /> <script type='text/javascript' src='/resources/unite-gallery/js/unitegallery.min.js'></script> <link rel='stylesheet' href='/resources/unite-gallery/css/unite-gallery.css' type='text/css' /> <script src="/resources/jquery_file_upload/vendor/jquery.ui.widget.js"></script> <script src="/resources/jquery_file_upload/jquery.iframe-transport.js"></script> <script src="/resources/jquery_file_upload/jquery.fileupload.js"></script> <!-- modules --> <script type="text/javascript" src="/resources/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js"></script> <script src="/resources/uniform/js/select2.min.js"></script> <!--The main application script --> <script src="/resources/file_upload/main.js"></script> <link rel="stylesheet" src="/resources/file_upload/css/stsyle.css"> <link rel="stylesheet" href="/resources/file_upload/css/jquery.fileupload-ui.css"> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/r/dt/dt-1.10.9/datatables.min.css" /> <script type="text/javascript" src="https://cdn.datatables.net/r/dt/dt-1.10.9/datatables.min.js"></script> <script type="text/javascript" src="/resources/tiny_mce_4.5.1/js/tinymce/tinymce.min.js"></script> <!-- <script type="text/javascript" src="/resources/tiny_mce/tinymce.min.js"></script> --> <!-- <script src="http://tinymce.cachefly.net/4.2/tinymce.min.js"></script> --> <!-- tinyMce color picker --> <!-- <script type="text/javascript" src="/resources/tiny_mce/color_picker/truecolor.js"></script> --> <!-- <script type="text/javascript" src="/resources/JSColor/jscolor.js"></script> --> <script src="/resources/modules/_moduleSelector.js"></script> <script> $(document).ready(function() { initModules("projects", Array("scroller")) }); </script> <script language="JavaScript"> $(document).ready(function() { $.fn.extend({ // pass the options variable to the function accordion: function(options) { var defaults = { accordion: 'true', speed: 300, closedSign: '[+]', openedSign: '[-]' }; // Extend our default options with those provided. var opts = $.extend(defaults, options); // Assign current element to variable, in this case is UL element var $this = $(this); // add a mark [+] to a multilevel menu $this.find("li").each(function() { if ($(this).find("ul").size() != 0) { // add the multilevel sign next to the link $(this).find("a:first").append("<span class='sign'>" + opts.closedSign + "</span>"); // avoid jumping to the top of the page when the href is an # if ($(this).find("a:first").attr('href') == "#") { $(this).find("a:first").click(function() { return false; }); } } }); // open active level $this.find("li.active").each(function() { $(this).parents("ul").slideDown(opts.speed); $(this).parents("ul").parent("li").find("span:first").html(opts.openedSign); }); $this.find("li a span").click(function(e) { if ($(this).parent().parent().find("ul").size() != 0) { if (opts.accordion) { // Do nothing when the list is open if (!$(this).parent().parent().find("ul").is(':visible')) { // alert("odpiranje"); parents = $(this).parent().parent().parents("ul"); visible = $this.find("ul:visible"); visible.each(function(visibleIndex) { var close = true; parents.each(function(parentIndex) { if (parents[parentIndex] == visible[visibleIndex]) { close = false; return false; } }); if (close) { if ($(this).parent().parent().find("ul") != visible[visibleIndex]) { $(visible[visibleIndex]).slideUp(opts.speed, function() { $(this).parent("li").find("span:first").html(opts.closedSign); }); } } }); } } if ($(this).parent().parent().find("ul:first").is(":visible")) { // alert("zapiranje1"); $(this).parent().parent().find("ul:first").slideUp(opts.speed, function() { $(this).parent("li").find("span:first").delay(opts.speed).html(opts.closedSign); }); } else { // alert("odpiranje2"); $(this).parent().parent().find("ul:first").slideDown(opts.speed, function() { $(this).parent("li").find("span:first").delay(opts.speed).html(opts.openedSign); }); } } return false; }); } }); $(".topnav").accordion({ // accordion:false, speed: 600, closedSign: '<b class="caret-right"></b>', openedSign: '<b class="caret"></b>' }); }); </script> <!-- Slider (Parallax Slider) --> <!-- Slider ends --> <!-- File manager --> <!-- File manager ends --> </head> <body> <script src="/resources/jquery-cookie/src/jquery.cookie.js"></script> <div class="cookie-container"> </div> <!--cookie info modal--> <div id="cookie-info" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h3 class="modal-title">Cookies details</h3> </div> <div class="modal-body"> <p>This website make use of cookies to help us improve the website and give you the best experience. By using the website you agree to our use of cookies. More information about the cookies can be checked in the table bellow:</p> <br /> <p><b>List of Google Analytics cookies</b></p> <table class="table"> <tr> <th>Cookie name</th> <th>Purpose</th> <th>Duration</th> </tr> <tr> <td> _utma </td> <td> Number of visits, time of the first and last visit </td> <td> 2 years </td> </tr> <tr> <td> _utmb, _utmc </td> <td> Length of the visit </td> <td> current session </td> </tr> <tr> <td> _utmz </td> <td> Source of the visit </td> <td> 6 months </td> </tr> <tr> <td> _ga </td> <td> Statistics of website views </td> <td> 2 years </td> </tr> </table> <p><b>Other cookies</b></p> <table class="table"> <tr> <th>Cookie name</th> <th>Purpose</th> <th>Duration</th> </tr> <tr> <td> NEW_FEHRL_LOGIN </td> <td> Acceptance of cookies </td> <td> 1 year </td> </tr> </table> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div> <script> $(function() { // var cook = "{echo $cookie_name}"; // // alert(cook) if($.cookie("zag_cookie_accept") != 1) { html = '<div class="alert alert-info navbar navbar-fixed-bottom cookie-alert">'; html += ' This website make use of cookies to help us improve the website and give you the best experience. By using the website you agree to our use of cookies.'; html += '  '; html += ' <button type="button" id="infoCookie" class="btn btn-primary">More</button>'; html += ' <button type="button" id="acceptCookie" class="btn btn-success">OK</button></div>'; $(".cookie-container").append(html); // $(".cookie-alert").hide(); } $("#acceptCookie").click(function() { $.cookie("zag_cookie_accept", 1, {expires: 365}); $(".cookie-alert").hide(); }); $("#infoCookie").click(function() { $('#cookie-info').modal('show'); }); }); </script> <div id="main-wrap"> <header> <div class="container" style="position: relative"> <p></p> <p></p> <div class="row"> <div class="col-md-8" id="logo"><br /><a href="http://www.fehrl.org/"><img width="603" height="143" class="img-responsive content-inc img-1060" alt="FEHRL_Logoold, news, imported" src="/repository/files/xlarge/FEHRL_Logo.png" style="display: block; margin-left: auto; margin-right: auto;" /></a></div> <p><span style="font-weight: bold; color: #002f5f; text-align: right;"><span style="background: white; line-height: 107%; font-family: 'Helvetica',sans-serif; font-size: 20pt; mso-ansi-language: EN-GB;">聽</span></span></p> <div align="right" class="col-md-4 social-icons"><a href="https://www.facebook.com/fehrlcomms" target="_blank" rel="noopener noreferrer"><i class="fa fa-facebook-square fa-2x"></i></a>聽 <a href="https://twitter.com/fehrlcomms" target="_blank" rel="noopener noreferrer"><i class="fa fa-twitter-square fa-2x"></i></a>聽 <a href="https://www.linkedin.com/company/fehrlcomms" target="_blank" rel="noopener noreferrer"><i class="fa fa-linkedin-square fa-2x"></i></a>聽 <a href="https://www.youtube.com/channel/UCX_zZvSq16OJ0sWfxj2KFIA" target="_blank" rel="noopener noreferrer"><i class="fa fa-youtube fa-2x"></i></a> 聽<a href="https://www.instagram.com/fehrlcomms/" target="_blank" rel="noopener noreferrer"><i class="fa fa-instagram fa-2x"></i></a> 聽<a href="mailto:info@fehrl.org" target="_blank" rel="noopener noreferrer"><i class="fa fa-envelope fa-2x"></i></a></div> </div> <div class="row"> <div class="col-md-12" id="logo_title"> <p class="MsoNormal"><span style="color: #002f5f;"><b><span style="background: white; line-height: 107%; font-family: 'Helvetica',sans-serif; font-size: 20pt; mso-ansi-language: EN-GB;">Forum of European National Highway Research Laboratories</span></b></span></p> </div> </div> </div> </header> <!-- render main menu --> <nav class="navbar navbar-default"> <div class="container-fluid main-menu"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-main dropdown-main-menu"> <li > <a href="http://www.fehrl.org" > Home </a> </li> <li class="dropdown main-dropdown"> <a href="http://www.fehrl.org/about-us" class="dropdown-toggle disabled" data-toggle="dropdown"> About us <b class="caret" ></b> </a> <ul class="dropdown-menu first dropdown-main-menu"> <li > <a href="http://www.fehrl.org/about-us/strategy" > R&D&I Strategy </a> </li> <li > <a href="http://www.fehrl.org/about-us/history" > History </a> </li> <li > <a href="http://www.fehrl.org/about-us/mission" > Mission </a> </li> <li > <a href="http://www.fehrl.org/about-us/vision" > Vision </a> </li> <li class="dropdown-submenu"> <a href="http://www.fehrl.org/about-us/ecosystem" class="dropdown-toggle disabled" data-toggle="dropdown"> FEHRL Ecosystem </a> <ul class="dropdown-menu dropdown-main-menu"> <li class="dropdown-submenu"> <a href="http://www.fehrl.org/about-us/ecosystem/members" class="dropdown-toggle disabled" data-toggle="dropdown"> Members </a> <ul class="dropdown-menu dropdown-main-menu"> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/bast" > BAST </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/brrc" > BRRC </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/bfh" > BFH </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/cdv" > CDV </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/cedex" > CEDEX </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/nidi" > NIDI </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/dti" > DTI </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/ibdim" > IBDiM </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/kede" > KEDE </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/kgm" > KGM </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/kti" > KTI </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/lnec" > LNEC </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/lvc" > LVC </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/npra" > NPRA </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/pch" > PCH </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/pwd" > PWD </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/RBI" > RBI </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/rws" > RWS </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/tii" > TII </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/uge" > Uni Eiffel </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/uniza" > UNIZA </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/unizgfce" > UNIZGFCE </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/vti" > VTI </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/zag" > ZAG </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/netivei" > NETIVEI </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/members/tfhrc" > TFHRC - FHWA </a> </li> </ul> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/stakeholdersandPartners" > Stakeholders & Partners </a> </li> <li > <a href="http://www.fehrl.org/about-us/ecosystem/end-users" > End-users </a> </li> </ul> </li> <li class="dropdown-submenu"> <a href="http://www.fehrl.org/about-us/bodies" class="dropdown-toggle disabled" data-toggle="dropdown"> Bodies </a> <ul class="dropdown-menu dropdown-main-menu"> <li > <a href="http://www.fehrl.org/about-us/bodies/board" > FEHRL Board </a> </li> <li > <a href="http://www.fehrl.org/about-us/bodies/workinggroups" > FEHRL Working Groups </a> </li> <li > <a href="http://www.fehrl.org/about-us/bodies/generalassembly" > FEHRL General Assembly </a> </li> <li > <a href="http://www.fehrl.org/about-us/bodies/researchcoordinators" > FEHRL Research Committee </a> </li> <li > <a href="http://www.fehrl.org/about-us/bodies/secretariat" > FEHRL Secretariat </a> </li> </ul> </li> </ul> </li> <li class="dropdown main-dropdown"> <a href="http://www.fehrl.org/communities" class="dropdown-toggle disabled" data-toggle="dropdown"> Communities <b class="caret" ></b> </a> <ul class="dropdown-menu first dropdown-main-menu"> <li > <a href="http://www.fehrl.org/communities/projects" > Projects </a> </li> <li > <a href="http://www.fehrl.org/communities/partners" > Partners </a> </li> <li > <a href="http://www.fehrl.org/communities/facilities" > Facilities </a> </li> </ul> </li> <li class="dropdown main-dropdown"> <a href="http://www.fehrl.org/events" class="dropdown-toggle disabled" data-toggle="dropdown"> Events <b class="caret" ></b> </a> <ul class="dropdown-menu first dropdown-main-menu"> <li > <a href="http://www.fehrl.org/events/traandtravisions2024" > TRA & TRA VISIONS 2024 </a> </li> <li > <a href="http://www.fehrl.org/events/eventcalendar" > Event Calendar </a> </li> <li > <a href="http://www.fehrl.org/events/events2023" > Events 2023 </a> </li> <li > <a href="http://www.fehrl.org/events/tra2022" > TRA 2022 </a> </li> <li > <a href="http://www.fehrl.org/events/travisions2022" > TRA VISIONS 2022 </a> </li> </ul> </li> <li class="dropdown main-dropdown"> <a href="http://www.fehrl.org/knowledge-transfer" class="dropdown-toggle disabled" data-toggle="dropdown"> Knowledge Transfer <b class="caret" ></b> </a> <ul class="dropdown-menu first dropdown-main-menu"> <li class="dropdown-submenu"> <a href="http://www.fehrl.org/knowledge-transfer/dissemination" class="dropdown-toggle disabled" data-toggle="dropdown"> Dissemination </a> <ul class="dropdown-menu dropdown-main-menu"> <li > <a href="http://www.fehrl.org/knowledge-transfer/dissemination/newsletter" > Newsletter </a> </li> </ul> </li> <li class="dropdown-submenu"> <a href="http://www.fehrl.org/knowledge-transfer/training" class="dropdown-toggle disabled" data-toggle="dropdown"> Training </a> <ul class="dropdown-menu dropdown-main-menu"> <li > <a href="http://www.fehrl.org/knowledge-transfer/training/ipm" > International Project Management </a> </li> </ul> </li> <li class="dropdown-submenu"> <a href="http://www.fehrl.org/knowledge-transfer/scanningtours" class="dropdown-toggle disabled" data-toggle="dropdown"> Scanning Tours </a> <ul class="dropdown-menu dropdown-main-menu"> <li > <a href="http://www.fehrl.org/knowledge-transfer/scanningtours/scanningtour2018usa" > US Scanning Tour October 2018 </a> </li> <li > <a href="http://www.fehrl.org/knowledge-transfer/scanningtours/europeanscanningtour" > European Scanning Tour September 2017 </a> </li> <li > <a href="http://www.fehrl.org/knowledge-transfer/scanningtours/Asianscanningtour" > Asian Scanning tour November 2016 </a> </li> </ul> </li> </ul> </li> <li class="dropdown main-dropdown"> <a href="http://www.fehrl.org/firm" class="dropdown-toggle disabled" data-toggle="dropdown"> FIRM <b class="caret" ></b> </a> <ul class="dropdown-menu first dropdown-main-menu"> <li > <a href="http://www.fehrl.org/firm/publicationsandpresswork" > FIRM magazine </a> </li> <li class="dropdown-submenu"> <a href="http://www.fehrl.org/firm/firmmeetings" class="dropdown-toggle disabled" data-toggle="dropdown"> FIRM Meetings </a> <ul class="dropdown-menu dropdown-main-menu"> <li > <a href="http://www.fehrl.org/firm/firmmeetings/firm2023" > FIRM 2023 </a> </li> <li > <a href="http://www.fehrl.org/firm/firmmeetings/firm2021" > FIRM 2021 </a> </li> </ul> </li> </ul> </li> <li > <a href="http://www.fehrl.org/news" > News </a> </li> <li > <a href="http://www.fehrl.org/library" > Library </a> </li> <li > <a href="http://www.fehrl.org/contact-us" > Contact us </a> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <div class="content"> <div id="wrapper" class="container"> <ul class="breadcrumb"> <li> <a href="/"> <i class="fa fa-home"></i> Home </a> </li> </ul> <div class="row-fluid"> <div class="well center"> <h1>Access denied! <small><font color="red">Error 404</font></small></h1> <br /> <p><b>The page does NOT exist!</b> </p><p>Use your browsers <b>Back</b> button to navigate to the page you have prevously come from</p> <p><b>Or you could just press this neat little button:</b></p> <a href="/" class="btn btn-info"><i class="icon-home icon-white"></i> Take Me Home</a> </div> <!-- By ConnerT HTML & CSS Enthusiast --> </div><div id="push"></div> <!-- push content to footer --> </div> <!-- wrap --> </div> <!-- container --> </div> <!-- content --> <div id="footer"> <footer id="footer_content"> <div class="container"> <p><a href="https://www.fehrl.org/privacy_policy">Privacy Policy</a></p> <p><a href="https://www.fehrl.org/cookies_policy">Cookies Policy</a></p> <p><small>Copyright 漏聽<a href="http://www.fehrl.org">www.fehrl.org</a>聽| Designed by聽<a href="http://www.zag.si/">ZAG</a></small></p> <p><small>Copyright to all material on FEHRL Knowledge Centre are reserved. FEHRL Knowledge Centre's content (documents, reports, presentations, etc) can be cited, or excerpted in a sensible and proportionate manner, or e.g. included in non-commercial, on-line news digests, with proper reference (including a link) to FEHRL Knowledge Centre as the source, and to the author, by name, of any referenced post</small></p> </div> </footer> </div> <!-- <script> $(function() { var footerHeight = $("#footer_content").height() + $("#copyright").height(); //134; $("#push").css("height", footerHeight); $("#wrap").css("margin-bottom", -(footerHeight)); }); </script> --> </body> </html>