Assignment Instructions: Write an Executive Summary in which you discuss your plan for adding keywords to your website and the changes you recommend in order to optimize search engine results. The Ex

<script type="text/javascript">

$(document).ready(function(){

var today = new Date();

var date = today.getFullYear()+'-'+(today.getMonth()+1)+'-'+today.getDate();

var day = today.getDate();

$('#date').html(date);

$('#day').html(day);

var fname = sessionStorage.getItem("fname");

var lname = sessionStorage.getItem("lname");

var location = sessionStorage.getItem("location");

$("#greetings").html('Hi, '+''+fname +''+''+lname +''+ ' The weather is hot in ' +''+ location);

});

</script>