Deprecated: Assigning the return value of new by reference is deprecated in /var/www/g33755/cellspace.nl/HTML/wp-content/plugins/wassup/wassup.php on line 3035

Warning: Cannot modify header information - headers already sent by (output started at /var/www/g33755/cellspace.nl/HTML/wp-content/plugins/wassup/wassup.php:3035) in /var/www/g33755/cellspace.nl/HTML/wp-content/plugins/wassup/wassup.php on line 2010

Warning: Cannot modify header information - headers already sent by (output started at /var/www/g33755/cellspace.nl/HTML/wp-content/plugins/wassup/wassup.php:3035) in /var/www/g33755/cellspace.nl/HTML/wp-content/plugins/wp-lijit-wijit/lijit.php on line 277
// attach event listener for hijack if(window.addEventListener) { window.addEventListener('load', lwp_hijack_search, false); } else { window.attachEvent('onload', lwp_hijack_search); } // Prep WP search form for Lijit functionality function lwp_hijack_search() { if(document.getElementById('searchform')) { var inputText = document.getElementById('s'); if (!inputText){var inputText = document.getElementById('search');}; inputText.value = 'Lijit Search'; inputText.onfocus = function(){if (inputText.value = 'Lijit Search'){inputText.value = '';}}; document.getElementById('searchform').onsubmit = lwp_hijack_submit; } } // do the search function lwp_hijack_submit(e) { if (self.lwp_dosearch) { lwp_dosearch(document.getElementById('s').value); return false; } else { lwpnet_dosearch(document.getElementById('s').value); return false; } }