// JavaScript Document

function evb_big(url){
	if(url == '' || url == 'URL_GOES_HERE'){url = window.location.href;}

	url = 'http://curtti.com/evb/check_url.php?url='+escape(encodeURIComponent(url));
	document.write('<iframe width="59" height="80" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" src="'+url+'"></iframe>');
}

function evb_small(url){
	if(url == '' || url == 'URL_GOES_HERE'){url = window.location.href;}

	url = 'http://curtti.com/evb/check_url_small.php?button=true&url='+escape(encodeURIComponent(url));
	document.write('<iframe width="47" height="20" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" src="'+url+'"></iframe>');
}

function evb_text(url){
	if(url == '' || url == 'URL_GOES_HERE'){url = window.location.href;}

	url = 'http://curtti.com/evb/check_url_small.php?url='+escape(encodeURIComponent(url));
	document.write('<iframe width="108" height="18" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" src="'+url+'"></iframe>');
}
