function helpTitle()
{
alert("This is the top line of the box" + '\n' + "Enter your website/business name here.")
}

function helpURLTitle()
{
alert("This is the webpage URL that people" + '\n' + "will go to when they click the title.")
}

function textLines()
{
alert("This is where the short description can go" + '\n' + "Use it to describe why people should click YOUR box!")
}

function helpURLText()
{
alert("This is the webpage where people will be sent" + '\n' + "when they click the the text in lines 1, 2 and 3")
}
