$(document).ready(function()
{
  	if ($('#redirect').length != 0)
	{ 
		var uri = $('#redirect').attr("rel");
		window.location = uri;
	}
});