$(document).ready(function() {
	$.get('proxy_myseo.php',function(data){
		$('#myseo').html(data);
	})
});
