function validateForm()
{
var x=document.forms["myform"]["name"].value
var y=document.forms["myform"]["email"].value
var z=document.forms["myform"]["telephone"].value
if (x==null || x=="")
{
alert("Please fill in your name");
return false;
}
if (y==null || y=="")
{
alert("Please fill in an email address");
return false;
}
if (z==null || z=="")
{
alert("Please fill in your telephone number");
return false;
}
}
/*Example message arrays for the two demo scrollers*/
var pausecontent2=new Array()
pausecontent2[0]='Overhaul of Financial Advice'
pausecontent2[1]='Information for Investors in Frozen Funds'
pausecontent2[2]='Commissioning Clarity'
pausecontent2[3]='Super Aspects of the Henry Tax Review'
pausecontent2[4]='Watchdog Takes a Swipe at Derivatives'
/*Example message arrays for the two demo scrollers*/
var pausecontent=new Array()
pausecontent[0]='Foreign Exchange Adviser
RG 146 Tier 1 Forex Specialist Course.'
pausecontent[1]='Insurance Adviser
Get RG 146 Tier 1 Insurance Accreditation.'
pausecontent[2]='Investment Adviser
RG 146 Tier 1 Accreditation in Investments.'
pausecontent[3]='Margin Lending Adviser
RG 146 Tier 1 Margin Lending Course.'
pausecontent[4]='Property Adviser
Become a Property Advisor Specialist.'
pausecontent[5]='Self Managed Super Funds Adviser
SMSF RG 146 Compliance? Get it Now.'
pausecontent[6]='Superannuation Adviser
Do you Need RG146 Compliance in Superannuation?.'