//Demo script for Script Loader

function showHello()
{
   alert("Hello, world");
}