ok so i have this script :
<script type="text/javascript">
var todaydate=new Date();
document.write(todaydate.getFullYear()); //get current year
</script>
_______________
but i would like to modify that to make it get the full date not just the year and add 2 days to...