Strict Standards: Redefining already defined constructor for class Republic_variables_model in /home4/apartments/public_html/02hero/system/expressionengine/third_party/republic_variables/model/model.php on line 31

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home4/apartments/public_html/02hero/system/expressionengine/third_party/republic_variables/model/model.php:31)

Filename: core/EE_Input.php

Line Number: 213

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home4/apartments/public_html/02hero/system/expressionengine/third_party/republic_variables/model/model.php:31)

Filename: core/EE_Input.php

Line Number: 213

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home4/apartments/public_html/02hero/system/expressionengine/third_party/republic_variables/model/model.php:31)

Filename: core/EE_Input.php

Line Number: 213

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home4/apartments/public_html/02hero/system/expressionengine/third_party/republic_variables/model/model.php:31)

Filename: core/EE_Input.php

Line Number: 213

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home4/apartments/public_html/02hero/system/expressionengine/third_party/republic_variables/model/model.php:31)

Filename: core/EE_Input.php

Line Number: 213

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home4/apartments/public_html/02hero/system/expressionengine/third_party/republic_variables/model/model.php:31)

Filename: core/EE_Input.php

Line Number: 213

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home4/apartments/public_html/02hero/system/expressionengine/third_party/republic_variables/model/model.php:31)

Filename: core/Common.php

Line Number: 479

// Login Form $(function() { var button = $('#loginButton'); var box = $('#loginBox'); var form = $('#loginForm'); button.mouseup(function(login) { box.toggle(); button.toggleClass('active'); }); form.mouseup(function() { return false; }); $(this).mouseup(function(login) { if(!($(login.target).parent('#loginButton').length > 0)) { button.removeClass('active'); box.hide(); } }); }); function select_tab(c, a, b) { jQuery("." + c + "-link").removeClass("active"); b.addClass("active"); jQuery("#" + a).show(); jQuery("." + c + "-content").hide(); jQuery("#" + a).show() }