﻿
PopupSignup = IFramePopupBase.extend({

	dlgKey: '#signup-dialog',
	frmKey: '#signup-frame',

	html: '<div id="signup-dialog" class="popup-dialog">'
			+ '<div id="signup-dialog-content">'
			+ '<h2>Signup for our Newsletter</h2>'
			+ '<div class="text">'
				+ 'Sign up to receive special promotions, industry news and new product updates.'
			+ '</div></div>'
			+ '<iframe id="signup-frame" frameborder="0"></iframe>'
		+ '</div>'
});
