﻿PopupJoinClub = PopupBase.extend({

	dlgKey: '#join-club-dialog',

	html: '<div id="join-club-dialog" class="popup-dialog">'
			+ '<div id="join-club-dialog-content">'
			+ '<h2>Join the Heritage Ranch Club</h2>'
			+ '<div class="text">'
				+ 'Sign up to receive special promotions, industry news and new product updates.'
			+ '</div></div>'
			+ '<iframe src="#" src2="http://signup.solidelements.com/siteflow/newslettersignup/51232"'
			+ ' frameborder="0"></iframe></div>',

	nav: function(src) {
		var frame = $(this.dlgKey + ' iframe').attr('src', src);
	}
});
