function genericAJAXError(XMLHttpRequest, textStatus, errorThrown) {
	/*console.log(XMLHttpRequest);
	console.log(textStatus);
	console.log(errorThrown);
	*/
}

function showPopup(){

mywindow = window.open ("http://pages.exacttarget.com/framingsuccess", "mywindow","location=1,status=1,scrollbars=1, width=600,height=600");

}

