
function closeadbox() {
Cookie.set('letterinad'	, 'closed', {duration: 730, path: '/', domain: 'electroland.gr'});
_gaq.push(['_trackEvent', 'Closed Adcopy', 'Click', 'click', 'click']);
var myHorizontalSlide = new Fx.Slide($$('div.moduletable-adtext')[0], {duration:1500});
myHorizontalSlide.slideOut();
}


// add onclick listener for closead div.
window.addEvent('domready', function(){

if(jQuery('.furniture-buttons').length != 0) {
jQuery('.furniture-buttons').parent().next().next().next().css('display', 'none');
}
//$('closead').addEvent('click', closeadbox);

// hide adtext if user has closed it before.
//if(Cookie.get('letterinad') != 'closed') {$$('div.moduletable-adtext').setStyle('display', 'block');}

/*
jQuery('input.gsc-search-button').live('click', function(){
    jQuery('#componentdiv').html('');
	jQuery('.contentBanner').html('');
	_gaq.push(['_trackpageview', '/googlesearchresults?q='+jQuery('input.gsc-input').val()]);
});
jQuery('input.gsc-input').live('submit', function(){
    jQuery('#componentdiv').html('');
	jQuery('.contentBanner').html('');
	_gaq.push(['_trackpageview', '/googlesearchresults?q='+jQuery('input.gsc-input').val()]);	
});
*/
});

