now my revised code is
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://www.ailis.de/~k/scripts/jquery/plugins/fullscreen.js"></script>
<script type="text/javascript">
$(function () {
$(document).fullScreen(true);
});
</script>
still its not working on page load
please advice