$(document).ready(function() {

	$('#videocode').hide(); // hides videocode textarea
	$("a[ href^=http://]").attr("target","_blank"); // opens all absolute links in a new window



});



