// jQuery ------------------------------------------------------------------------------//
$(document).ready(function(){
	activeURL = window.location.protocol + "//" + window.location.host;						   
	$("#signupLeft").load("http://www.wikilime.net/wp-content/themes/wikilime/includes/signup_form.cfm");
	$('#storename').alphanumeric();						   
// End -------------------------------------------------------------------------------- //
});

function selectForm(element) {
	element.select();
}