We have a callback function that can be used to make sure that the Fotomoto Script has been loaded.
To use this callback, simply define a method called fotomoto_loaded before the widget script like this:
<script>function fotomoto_loaded() {alert("Fotomoto loaded!")}</script>
That function will be called after the script has loaded.