<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>&#8235;איזו 2011 תהיה לך?&#8236;</title>	<atom:link href="http://year.4lifecoaching.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://year.4lifecoaching.com</link>
	<description>&#8235;חוברת הכנה לשנת 2011&#8236;</description>	<lastBuildDate>Tue, 21 Dec 2010 07:21:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>&#8235;האם 2011 תהיה טובה יותר עבורך מ-2010?&#8236;</title>		<link>http://year.4lifecoaching.com/?p=1</link>
		<comments>http://year.4lifecoaching.com/?p=1#comments</comments>
		<pubDate>Mon, 06 Dec 2010 21:05:12 +0000</pubDate>
		<dc:creator>&#8235;admin&#8236;</dc:creator>				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http:/?p=1</guid>
		<description><![CDATA[&#8235;האם התוצאות שלך משביעות את רצונך? מה יגרום לשנת 2011 להיות טובה יותר מהשנה החולפת? 
למייקל בן-דוד מחברת פורלייף יש פתרון, והוא שלך במתנה!&#8236;]]></description>			<content:encoded><![CDATA[<div dir="rtl"><p><P><P><br />
<span style="color: #ff0000;"><span style="color: #333333;"><strong>איזו שנה תהיה לך ב-2011?</strong></span></span></p>
<p style="text-align: right;"><span style="color: #000000;">הנה באה שוב שנה אזרחית חדשה, עם תקוות ותוכניות. שנה שתהיה שונה מהשנים שקדמו לה &#8211; שנה טובה יותר.</span></p>
<p style="text-align: right;"><span style="color: #000000;">השאלה היא, האם <strong>השנה </strong>חלומותיך יתגשמו?</span></p>
<p style="text-align: right;"><span style="color: #000000;">הרי גם בעבר רצית שהשנה הבאה תהיה שונה באופן משמעותי מזו שלפניה&#8230;..</span></p>
<p style="text-align: right;"><span style="color: #000000;">גם בעבר היו לך תוכניות לשנה הבאה&#8230;.</span></p>
<p style="text-align: right;"><strong>אז למה ש-2011 תהיה שונה? </strong><strong><span style="color: #ff0000;">היא לא!</span></strong></p>
<h2 style="text-align: center;"><span style="color: #ff0000;">אם פעולותיך ב-2011 יהיו כמו פעולותיך בשנה שעבר, התוצאות שלך יהיו אותו דבר גם השנה!</span></h2>
<h2 style="text-align: right;"><span style="color: #0000ff;">מה עושים? </span></h2>
<h2 style="text-align: right;"><span style="color: #0000ff;">התשובה בוידאו הקצר:</span></h2>
<p style="text-align: center;">
<p><center><iframe src="http://player.vimeo.com/video/17593804?portrait=0" width="400" height="225" frameborder="0"></iframe></center></p>
<p style="text-align: right;"><img src="http://year.4lifecoaching.com/2011/arrows.jpg" alt="" /></p>
<p><center></p>
<form style="text-align: center;" action="http://panel.sendmsg.co.il/AddUserFromSite.aspx" method="post">
<input name="MLID" type="hidden" value="1375" />
<table style="align: center;" cellspacing="0">
<tbody>
<tr>
<td>דואר אלקטרוני:</td>
<td>
<input id="email" class="MustField" name="eMail" type="text" /></td>
</tr>
<tr>
<td><span id="span1">שם פרטי בעברית</span>:</td>
<td>
<input id="1" class="MustField" name="1" type="text" /></td>
</tr>
</tbody>
</table>
<p style="text-align: right;">
<input class="MustField" onclick="return checkForm()" type="submit" value="קח אותי לחוברת העבודה" />
<input class="MustField" name="form" type="hidden" value="178" />
<input class="MustField" name="formUniqueID" type="hidden" value="d0418e1f-de35-4eba-a75a-499b282e4990" /></p>
</form>
<p style="text-align: center;"><script type="text/javascript">// <![CDATA[
//
function isDate(dateStr) {var datePat = /^(\d{1,2})(\/|-)(\d{1,2})(\/|-)(\d{4})$/;var matchArray = dateStr.match(datePat);
if (matchArray == null) {
//alert('Please enter date as either mm/dd/yyyy or mm-dd-yyyy.');
return false;
}
month = matchArray[3]; // p@rse date into variables
day = matchArray[1];
year = matchArray[5];</p>
<p>if (month < 1 || month > 12) { // check month range
//alert('Month must be between 1 and 12.');
return false;
}</p>
<p>if (day < 1 || day > 31) {
//alert('Day must be between 1 and 31.');
return false;
}</p>
<p>if ((month == 4 || month == 6 || month == 9 || month == 11) &#038;&#038; day == 31) {
//alert('Month ' + month + ' doesn`t have 31 days!')
return false;
}</p>
<p>if (month == 2) { // check for february 29th
var isleap = (year % 4 == 0 &#038;&#038; (year % 100 != 0 || year % 400 == 0));
if (day > 29 || (day == 29 &#038;&#038; !isleap)) {
//alert('February ' + year + ' doesn`t have ' + day + ' days!');
return false;
}
}
return true; // date is valid
}function checkEmail(strEmail) {return /^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$/.test(strEmail);}function checkRange(strRange) {return /^[-+]?[0-9]*\.?[0-9]+$/.test(strRange);}function checkForm(){
if(checkEmail(document.getElementById('email').value)==false)
{ alert('כתובת המייל שהזנת איננה נכונה');document.getElementById('email').focus();return false;}</p>
<p>var AllInputs = document.getElementsByTagName('input');
for (i = 0; i < AllInputs.length; i++) { if(AllInputs[i].className !=null){ if(AllInputs[i].className=='MustField' &#038;&#038; AllInputs[i].value=='') { AllInputs[i].focus(); if(AllInputs[i].id!=null &#038;&#038; document.getElementById('span'+AllInputs[i].id)!=null) {alert('יש למלא את השדה: '+document.getElementById('span'+AllInputs[i].id).innerHTML.replace('*','').replace(':','')); return false;} } } if(AllInputs[i].fieldType!=null){ if(AllInputs[i].fieldType=='6'){ if(AllInputs[i].value!='') {	 if(isDate(AllInputs[i].value)==false){alert('dd/mm/yyyy השדה '+document.getElementById('span'+AllInputs[i].id).innerHTML+' חייב להתאים לפורמט'); AllInputs[i].focus();return false;} } } if(AllInputs[i].fieldType=='8'){ if(AllInputs[i].value!='') {	 if(checkRange(AllInputs[i].value)==false){alert('השדה '+document.getElementById('span'+AllInputs[i].id).innerHTML+' חייב להיות מספר'); AllInputs[i].focus();return false;} } } } } }
// ]]&gt;</script>
</p>
<p></center></p>
<p style="text-align: center;">לאחר ההרשמה, תיפתח החוברת לנוחתך כאן על המסך. ניתן להדפיס את החוברת ישירות או לשמור אותה על ידי לחיצה על תמונת הדיסק בשורת המשימות.</p>
</div>]]></content:encoded>			<wfw:commentRss>http://year.4lifecoaching.com/?feed=rss2&#038;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

