
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Description" content="My Virtual Shrink will help you overcome being stuck, relationship conflicts, fears, self-doubts, and difficult times." />
<meta name="Keywords" content="overcome being stuck, relationship conflicts, fears, self-doubts, difficult life circumstances, depressions, anxiety, stress, problems, solutions, challenges, commitments, reluctance, procrastimnation, failure, sorrow, loss, worries, financial loss, employement, job, work, work stress" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Overcome being stuck, relationship conflicts, fears, self-doubts, and difficult times</title>
<link href="http://cdn.myvirtualshrink.com/include/styles.css" rel="stylesheet" type="text/css" />
<script src="http://cdn.myvirtualshrink.com/members/js/jquery.js" type="text/javascript"></script>
<link href="http://cdn.myvirtualshrink.com/members/css/facebox.css" media="screen" rel="stylesheet" type="text/css"/>
<script src="http://cdn.myvirtualshrink.com/members/js/facebox.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox()
})
</script>
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function openWindow(args) {
	if (window.myWindow &&! myWindow.closed) myWindow.close();
	var leftPosition = (screen.width - openWindow.arguments[1]) / 2;
	var topPosition = (screen.height - openWindow.arguments[0]) / 2;
	myWindow = window.open(openWindow.arguments[2],"myWindow","width=" + openWindow.arguments[1] + ",height=" + openWindow.arguments[0] + ",top=" + topPosition + ",left=" + leftPosition + ",toolbar=0,menubar=0,status=0,location=0,directories=0,scrollbars=1,resizable=1");
	myWindow.focus();
}
var sBad = new Array();
sBad[0] = "<";
sBad[1]	= ">";
sBad[2]	= "#";
sBad[3] = "%";
sBad[4] = ";";
sBad[5] = "(";
sBad[6] = ")";
sBad[7] = "&";
sBad[8] = "+";
sBad[9] = "|";
function doBads(sT){
	iF = false;
	for (var j=0; j<10; j++) {
		if (sT.indexOf(sBad[j],0) > 0) {
			iF = true;
			var sF = sBad[j];
		}
	}
	if (iF) {
		alert("You cannot use this character in your password: " + sF);
		return false;
	}
		return true;
}
function doValidate(objForm){
	var iPlan = false;
	var iGender = false;
	for (var i=0; i<objForm.elements.length; i++){
		if (objForm.elements[i].name == 'email'){
			if (objForm.elements[i].value == ''){
				alert("Please enter your email address.");
				return false;
			}
			if ((objForm.elements[i].value.indexOf('@') < 0) || (objForm.elements[i].value.indexOf('.') < 0)) {
				alert ("Please, submit a valid email address.");
				return false;
			}else{
				var sEmail = objForm.elements[i].value;
			}
		}
		if (objForm.elements[i].name == 'email-confirm'){
			if (objForm.elements[i].value == ''){
				alert("Please confirm your email address.");
				return false;
			}
			if ((objForm.elements[i].value.indexOf('@') < 0) || (objForm.elements[i].value.indexOf('.') < 0)) {
				alert ("Please, submit a valid email address.");
				return false;
			}else{
				var sEmailConfirm = objForm.elements[i].value;
			}
		}
		if (objForm.elements[i].name == 'password'){
			if (objForm.elements[i].value == ''){
				alert("Please enter the Password you want to use.");
				return false;
				var sPassword = objForm.elements[i].value
			}else{
				if (doBads(objForm.elements[i].value) == false){; return false;}
			}
		}
		if (objForm.elements[i].name == 'password-confirm'){
			if (objForm.elements[i].value == ''){
				alert("Please confirm the Password.");
				return false;
				var sPasswordConfirm = objForm.elements[i].value
			}
		}
		if (objForm.elements[i].name == 'first-name'){
			if (objForm.elements[i].value == ''){
				alert("Please enter your first name.");
				return false;
			}
		}
		iPlan = true;
		if (objForm.elements[i].name == 'gender'){
			if (objForm.elements[i].checked == true){
				iGender = true;
			}
		}
		if (objForm.elements[i].name == 'agree'){
			if (objForm.elements[i].checked != true){
				alert("Please agree to the Terms of Use and Privacy Policy.");
				return false;
			}
		}
		if (objForm.elements[i].name == 'security-question'){
			if (objForm.elements[i].value == '0'){
				alert("Please make a selection from the security question list.");
				return false;
			}
		}
		if (objForm.elements[i].name == 'security-answer'){
			if (objForm.elements[i].value == ''){
				alert("Please enter your security question answer.");
				return false;
			}
		}
	}
	if (!iGender){
		alert("Please specify your gender.");
		return false;
	}
	if (!iPlan){
		alert("Please select a subscription plan.");
		return false;
	}
	if (sEmail != sEmailConfirm){
		alert("The email address and the confirmation do not match, please try again.");
		return false;
	}
	if (sPassword != sPasswordConfirm){
		alert("The password and the confirmation do not match, please try again.");
		return false;
	}
	objForm.submit();
}
function doClear(s){
	if (s.value == s.defaultValue){
		s.value = "";
	}
}
//-->
</script>

</head>
<body onload="MM_preloadImages('http://cdn.myvirtualshrink.com/images/bt_login_over.gif','http://cdn.myvirtualshrink.com/images/bt_suscribe_over.gif','http://cdn.myvirtualshrink.com/images/bt_learn_over.gif','http://cdn.myvirtualshrink.com/images/bt_welcome_over.gif')">
<form name="entry" action="guest-signup-post.asp" method="post">
<table cellpadding="0" cellspacing="0" id="wrapper">
	<tr>
		<td align="center" valign="top">
			<table width="1000" border="0" cellspacing="0" cellpadding="0">
				<tr>
					<td align="left" valign="top" class="header_col1"><a href="welcome.asp" onclick="cleanexit=true;"><img src="http://cdn.myvirtualshrink.com/images/logo.gif" width="304" height="37" border="0" /></a></td>
					<td align="right" valign="top" class="header_col2">
						<table border="0" cellspacing="0" cellpadding="0" align="right">
							<tr>
								<td><a href="welcome.asp" onclick="cleanexit=true;"><img src="http://cdn.myvirtualshrink.com/images/bt_welcome.png" name="Image1" width="95" height="30" id="Image1" onmouseover="MM_swapImage('Image1','','http://cdn.myvirtualshrink.com/images/bt_welcome_over.png',1)" onmouseout="MM_swapImgRestore()" border="0" /></a></td>
								<td><a href="learn-more-1.asp" onclick="cleanexit=true;"><img src="http://cdn.myvirtualshrink.com/images/bt_learn.png" width="121" height="30" id="Image2" onmouseover="MM_swapImage('Image2','','http://cdn.myvirtualshrink.com/images/bt_learn_over.png',1)" onmouseout="MM_swapImgRestore()" border="0" /></a></td>
								<td><a href="blog.asp" onclick="cleanexit=true;"><img src="http://cdn.myvirtualshrink.com/images/bt_blog.png" width="67" height="30" id="Image3" onmouseover="MM_swapImage('Image3','','http://cdn.myvirtualshrink.com/images/bt_blog_over.png',1)" onmouseout="MM_swapImgRestore()" border="0" /></a></td>
								<td><a href="subscribe.asp" onclick="cleanexit=true;"><img src="http://cdn.myvirtualshrink.com/images/bt_subscribe.png" width="106" height="30" id="Image4" onmouseover="MM_swapImage('Image4','','http://cdn.myvirtualshrink.com/images/bt_subscribe_over.png',1)" onmouseout="MM_swapImgRestore()" border="0" /></a></td>
								<td><a href="login.asp" onclick="cleanexit=true;"><img src="http://cdn.myvirtualshrink.com/images/bt_login.png" width="75" height="30" id="Image5" onmouseover="MM_swapImage('Image5','','http://cdn.myvirtualshrink.com/images/bt_login_over.png',1)" onmouseout="MM_swapImgRestore()" border="0" /></a></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
			</table>
			<table width="1000" border="0" cellspacing="0" cellpadding="0" align="center">
				<tr>


<!--end header include-->
<!--begin content-->
	<td valign="top" class="content" align="left">
		<div id="subtitle1">Guest Signup</div>
		<table cellspacing="0" cellpadding="0" border="0">
			<tr>
				<td valign="top" class="choice2" width="50%">
					<span class="subtitle2">Please Complete This Information<br /><br /></span>
					All fields are required.</span><br /><br />
					<table cellpadding="0" cellspacing="0" border="0">
						<tr>
							<td valign="top" nowrap>
								<table  border="0" cellpadding="0" cellspacing="0">
									<tr>
										<td valign="top" align="right">Email:</td>
										<td valign="top" width="30"></td>
										<td valign="top">
											
												<input name="email" type="text" class="form_box" size="24" />
											
										</td>
									</tr>
									<tr>
										<td valign="top" height="5"></td>
									</tr>
									<tr>
										<td valign="top" align="right" nowrap>Email Confirm:</td>
										<td valign="top" width="30"></td>
										<td valign="top">
											
												<input name="email-confirm" type="text" class="form_box" size="24" />
											
										</td>
									</tr>
									<tr>
										<td valign="top"></td>
										<td valign="top" width="30"></td>
										<td><span class="font_choice7">We NEVER share your email. <a href="email-info.htm" class="font_link" rel="facebox">More info</a></span></td>
									</tr>
									<tr>
										<td valign="top" height="20"></td>
									</tr>
									<tr>
										<td valign="top" align="right">Password:</td>
										<td valign="top" width="30"></td>
										<td valign="top">
											
												<input name="password" type="password" class="form_box" size="24" />
											
										</td>
									</tr>
									<tr>
										<td valign="top" height="5"></td>
									</tr>
									<tr>
										<td valign="top" align="right" nowrap>Password Confirm:</td>
										<td valign="top" width="30"></td>
										<td valign="top">
											
												<input name="password-confirm" type="password" class="form_box" size="24" />
											
										</td>
									</tr>
									<tr>
										<td valign="top" height="20"></td>
									</tr>
									<tr>
										<td valign="top" align="right" nowrap>Security Question:</td>
										<td valign="top" width="30"></td>
										<td valign="top" nowrap>
											<select name="security-question" class="form_box2" />
											<option value="0">Make a selection</option>
											<option value="What is your mother's maiden name?">What is your mother's maiden name?</option>
											<option value="What is your first pet's name?">What is your first pet's name?</option>
											<option value="What is the title of your favorite movie?">What is the title of your favorite movie?</option>
											<option value="What is the title of your favorite song?">What is the title of your favorite song?</option>
											<option value="What is the name of your first boss?">What is the name of your first boss?</option>
											<option value="What is the make of your first car?">What is the make of your first car?</option>
											</select>
										</td>
									</tr>
									<tr>
										<td valign="top" height="5"></td>
									</tr>
									<tr>
										<td valign="top" align="right" nowrap>Security Answer:</td>
										<td valign="top" width="30"></td>
										<td valign="top" nowrap>
										<input name="security-answer" type="text" class="form_box" size="24" />
										</td>
									</tr>
									<tr>
										<td valign="top" height="20"></td>
									</tr>
									<tr>
										<td valign="top" align="right">First Name:</td>
										<td valign="top" width="30"></td>
										<td valign="top">
											
												<input name="first-name" type="text" class="form_box" size="24" value="" />
											
										</td>
									</tr>
									<tr>
										<td valign="top" height="20"></td>
									</tr>
									<tr>
										<td valign="top" align="right">Gender:</td>
										<td valign="top" width="30"></td>
										<td valign="top">
											
												<input name="gender" type="radio" value="f"  />&nbsp;Female or <input name="gender" type="radio" value="m"  />&nbsp;Male<br />
											
										</td>
									</tr>
									<tr>
										<td valign="top" height="20"></td>
									</tr>
									<tr>
									
										<td valign="top" align="right" nowrap>Guest Code:&nbsp;</td>
										<td valign="top" width="30"></td>
										<td valign="top" nowrap><input name="guest-code" type="text"  size="24" tabindex="8"/></td>
									
									</tr>
								</table>
								<table width="400" border="0" cellspacing="10" cellpadding="0">
									<tr>
										<td width="2%" align="left" valign="top">
											<br />
											<input name="agree" type="checkbox"  id="checkbox" checked />
										</td>
										<td width="98%"><span class="font_choice7">
											<br />
											Check to indicate that you agree to our <br/>
											<a href="#" onclick="openWindow(400,680,'terms-of-use-and-privacy-policy.asp');return false" class="font_link">Terms of Use and Privacy Policy</a>.
										</td>
									</tr>
								</table>
								<br />
								<div class="clear"><a class="orangebutton-right" href="#" onclick="return doValidate(entry);"><span>Create Subscription&nbsp;</span></a></div><br />
							</td>
						</tr>
					</table>
				</td>
				<td width="30">&nbsp;</td>
				<td valign="top" width="48%">
					<span class="subtitle2">About Email:</span><br />
					Please make it possible for you to receive emails from postmaster@myvirtualshrink.com. We send you important emails and we will not disclose any private information via email, nor will we provide a link to automatically log into your subscription via an email.<br /><br />
					<span class="subtitle2">About Passwords:</span><br />
					We recommend you protect the privacy of your data by using a strong password. The passwords below are examples that follow some of the published guidelines for strong passwords.<ul>
					<li>4pRte!ai@3 &#8212; mixes uppercase, lowercase, numbers, and punctuation.</li>
					<li>Tp4tci2s4U2g! &#8212; built from a phrase that a user can memorize: "The password for (4) this computer is too (2) strong for you to (4U2) guess!" &#8212; mixes types of character.</li>
					<li>BBslwys90! &#8212; loosely based on a phrase that a user might memorize: "Big Brother is always right (right angle = 90&deg;)!" &#8212; mixes character classes.</li></ul>
					<span class="subtitle2">About Security Question:</span><br />
					You will need this to have your password sent to your email.<br /><br />
				</td>
			</tr>
		</table>
		<br />
	</td>
<!--end header content-->
<!--begin footer include-->
				</tr>
			</table>
		</td>
	</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
	<tr>
		<td height="165" align="center" valign="bottom" class="footer_bg">
			<table width="990" border="0" cellspacing="0" cellpadding="0" align="center">
				<tr>
					<td align="left" valign="top" class="footer_row1"><span class="font_footer1"><a href="welcome.asp" onclick="cleanexit=true;" class="font_footer1">Welcome</a>&nbsp; |&nbsp; <a href="learn-more-1.asp" onclick="cleanexit=true;" class="font_footer1">Learn More</a>&nbsp; |&nbsp; <a href="subscribe.asp" onclick="cleanexit=true;" class="font_footer1">Subscribe</a>&nbsp; |&nbsp; <a href="blog.asp" onclick="cleanexit=true;" class="font_footer1">Blog</a>&nbsp; |&nbsp; <a href="register-now.asp" onclick="cleanexit=true;" class="font_footer1">Register Now For Free</a>&nbsp; |&nbsp; <a href="contact-us.asp" onclick="cleanexit=true;" class="font_footer1">Contact Us</a>&nbsp; |&nbsp; <a href="guest-signup.asp" onclick="cleanexit=true;" class="font_footer1">Guest Signup</a>&nbsp; |&nbsp; <a href="promotion-signup.asp" onclick="cleanexit=true;" class="font_footer1">Promotion Signup</a></span></td>
					<td align="right" valign="top" class="footer_row1"><span class="footer_bt"><img src="http://cdn.myvirtualshrink.com/images/top_arrow.gif" width="12" height="7" /><a href="#" class="font_footer1">Top</a></span></td>
				</tr>
				<tr>
					<td align="left" valign="bottom" class="footer_row2">
						<span class="font_footer2">All content Copyright &copy; 2010 IHS-Online, Inc.<br />
						The copyright for all material published on this website is reserved.</span>
					</td>
					<td align="right" valign="bottom" class="footer_row2"><img src="http://cdn.myvirtualshrink.com/images/logo_footer.gif" width="156" height="19" /></td>
				</tr>
			</table>
		</td>
	</tr>
</table>
</form>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-273461-4");
pageTracker._setDomainName("none");
pageTracker._setAllowLinker(true);
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>
