function evalScript() {
	eval(this.req.responseText);
}

function addToFavorites() {
	title = 'Boeketcadeau - online bloemen en cadeau\'s bestellen'; 
	url = 'http://www.boeketcadeau.nl';
	if (window.sidebar) { // Mozilla Firefox Bookmark
		window.sidebar.addPanel(title, url,"");
	} else if( window.external ) { // IE Favorite
		window.external.AddFavorite( url, title);
	} else if(window.opera && window.print) { // Opera Hotlist
		return true; 
	}
}

$(document).ready(function(){
	if ($('#consumerSite').html() == 'true') {
		$('.toggleNL').html('<li><em>Klik op <a target="_self" rel="noindex,nofollow" href="http://www.boeketcadeau.nl/catalog/&amp;action=toggleConsumerSite">bedrijvensite</a>&nbsp;voor prijzen exclusief btw.</em></li><li><em>De prijzen op deze consumentensite zijn inclusief btw.</em></li>');
		$('.toggleEN').html('<li><em>Click on the&nbsp;<a target="_self" rel="noindex,nofollow" href="http://www.boeketcadeau.nl/catalog/&amp;action=toggleConsumerSite">company site</a>&nbsp;for prices excluding VAT.</li><li>The prices on this consumer site are including VAT.</em></li>');
	}
});
