$(document).ready(function(){
	var options1 = {
		easing:     'easeInOutCirc',
		direction:  'right',
		stageW: '200px',
		stageH: '160px'
	}

	$('#popeye1').popeye(options1);
	
	$("select[@name=tld]").bind("change", function(){
		if ($(this).val() == ".bg.com"){
			$("form[@name=domains]").attr("action", "http://reg.bg.com/search.asp");
		}
	});

});

function onBefore() { 
    $('#output').html( this.src); 
} 
function onAfter() { 
    $('#output').html( this.src) 
        .append( this.alt ); 
}