document.write("<link href='http://www.inspired-entrepreneur.com/optin/Styles/styles.css' rel='stylesheet' type='text/css'>");
		document.write("<div id='InnerSection' align='center'>");
			document.write("<div id='VideoSection'>");
			 	document.write("<span id='IEVideoSection'></span>");
			document.write("</div>");
			document.write("<div id='OptinSection'>");
				document.write("<div>");
					document.write("<b class='free' style='color:#990000'>DOWNLOAD:</b> ");
					document.write("<b class='Discover'>");
						document.write("<em>Discover The Work You Were Born To Do</em>");
					document.write("</b>. ");
					document.write("Become an ");
					document.write("<a id='IELink' style='font-size:10px' target='_blank' href='" + AffiliateURL + "'>");
						document.write("Inspired Entrepreneur</a>,  find work you love, and be your own boss!");
				document.write("</div>");
				document.write("<div style='padding-top:14px;padding-left:4px'> ");
					document.write("<form id='MyHTMLForm'target='_blank' action='http://www.inspired-entrepreneur.com' method='post'>");
						document.write("<div class='IEFormSection'>");
							document.write("<div class='IELabel'>First Name:</div>");
							document.write("<div class='IEInputSection'>");
								document.write("<input name='FirstName' class='IEInputBox' type='text'>");
							document.write("</div>");
						document.write("</div>");
						document.write("<div class='IEFormSection'>");
							document.write("<div class='IELabel'>E-Mail:</div>");
							document.write("<div class='IEInputSection'>");
								document.write("<input name='EMail' class='IEInputBox' type='text'>");
							document.write("</div>");
						document.write("</div>");
						document.write("<div class='IEFormSection'>");
							document.write("<div class='IELabel'>Country:</div>");
							document.write("<div class='IEInputSection'>");
								document.write("<select name='Country' id='Country' class='IEComboBox'>");
								document.write("</select>");
							document.write("</div>");
						document.write("</div>");
						document.write("<div class='IEFormSection'>");
							document.write("<div align='right' style='width:177px'>");
								document.write("<input align='right' ");
									document.write("name='Submit' ");
									document.write("type='image' ");
									document.write("value='Submit' ");
									document.write("src='http://www.inspired-entrepreneur.com/Images/Signup_Button.jpg' >");
							document.write("</div>");
						document.write("</div>");
						document.write("<input name='ExternalSubscription' type='hidden' value='on'>");
						document.write("<input name='AffiliateID' type='hidden' value='" + AffiliateID + "'>");
					document.write("</form>");
				document.write("</div>");
			document.write("</div>");
		document.write("</div>");


function include_dom(script_filename) {
    var html_doc = document.getElementsByTagName('head').item(0);
    var js = document.createElement('script');
    js.setAttribute('language', 'javascript');
    js.setAttribute('type', 'text/javascript');
    js.setAttribute('src', script_filename);
    html_doc.appendChild(js);
    return false;
}

include_dom("http://www.inspired-entrepreneur.com/FlowPlayer/flashembed.min.js") 
include_dom("http://www.inspired-entrepreneur.com/optin/javascript/optin.js") 