function MyFunction()
{
	// insert function code here
}


/* Insert the following into the FTI part

<script type="text/javascript">
bbPage.add_pageLoaded(function(){
 MyFunction();
});
</script>
*/