// SCross Creations
// Coded by Jennifer Dungan - www.jenniferdungan.com

window.onload = function ()
{
	var contact = document.getElementById("contact");
	//var lbinfo = document.getElementById("lbinfo");
	var value1 = "info";
	var value2 = "@";
	var value3 = "scross";
	var value4 = "creations";
	var value5 = ".com";
	var value6 = "";

	value6 = value1 + value2 + value3 + value4 + value5;
	contact.innerHTML = '<a href="mailto:' + value6 + '">' + value6 + '</a>';
	
	if (document.getElementById("faqcontact"))
	{
		var faqcontact = document.getElementById("faqcontact");

		faqcontact.innerHTML = 'You can contact us at <a href="mailto:' + value6 + '">' + value6 + '</a>.';
	}
	if ($('instructions'))
	{
		new Insertion.Bottom('instructions', 'Note: Click on the images to view a larger version. On the larger version, roll your mouse over the right side of the image and click to view the next image. Roll your mouse over the left side of the image and click to view the previous image. Click the close button to go back to SCrossCreations.com. (Alternatively press N to move to the next image, P to move to the previous image, and X to close the gallery.)');
	}
}
