
function init() {
	//$('tweque').value="http://twitter.com/NadiaGruzd/status/5958302072";
	
}


function goTweque() {
	
	var twequeURL  = $('tweque').value;
	
	alert(twequeURL);
	
	$('tweetFrame').src=twequeURL;
	//twequeURL='/wtf';
	/*
	new Ajax.Request(twequeURL, {
		  onSuccess: function(transport) {
			alert(transport.headerJSON);
			var response = transport.responseText;
			if (!response) { alert('no response');
			}
		    else alert(response);
			
		  },
	onFailure: function(){ alert('Something went wrong...') }

		});*/

}

function showAbout() {
	$('about').style.display='inline';
}
