<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Earn Money Online</title>
	<atom:link href="http://sawyoucry.net/tutorial/miscellaneous/earn-money-online/feed/" rel="self" type="application/rss+xml" />
	<link>http://sawyoucry.net</link>
	<description>babblings!</description>
	<pubDate>Tue, 06 Jan 2009 07:28:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	</channel>
</rss>

<!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" xml:lang="en" lang="en">
<head>
<title>SawYouCry.net ... Here With You &lt;3   &raquo;  Earn Money Online</title>

<link href="http://sawyoucry.net/skins/9/style.css" rel="stylesheet" type="text/css" />
<link href="http://sawyoucry.net/style.css" rel="stylesheet" type="text/css" />
<link href="http://sawyoucry.net/favicon.ico" rel="Shortcut Icon" />

<script type="text/javascript" language="JavaScript" src="http://sawyoucry.net/skins/9/scrollbar.js"></script>

<meta name="verify-v1" content="xquZBaGqWIS4fNm7L+FmQXK2zMmxGHVtPR6GaChAlbY=" />
<meta name="y_key" content="59698ac80649a2be" />
<meta name="keywords" content="najwa, naj, wawa, aiwa, sawyoucry, meteora productions, plugboard, tagboard, tutorials, blank buttons, blog, wordpress, personal site, subdomain hosting, girl, lady, gallery, visitors, exits, domain, .net, hotness, goofies, games, smallville fan, contents, pixels, bullets, button templates, free buttons, textures, download, psd, you, visitor, contents, images, reads, games, scripts, free, nice, artwork, fonts, brushes, avatars, php birthday script, php users online script, advertisement, plugboard, plug" />
<meta name="description" content="Sawyoucry.net is a personal blog / portfolio / personal site of a lady, where she pours her thought, creativity and heart out... with some content for visitors too... Fully opened since March 05, 2005. Best viewed with Mozilla Firefox, 1024x768 resolution, allow javascript, fast connection. The site has valid Html and Css. As this is my personal domain, I can post whatever I feel like posting or sharing, whenever I like..." />
<meta name="author" content="Najwa" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />


<meta name="generator" content="WordPress 2.6.2" /> <!-- leave this for stats -->
<!--<meta http-equiv="Content-Type" content="text/html; charset=" />-->

<link rel="Contents" href="http://sawyoucry.net" />
<link rel="stylesheet" type="text/css" media="print" href="http://sawyoucry.net/x/print.css" />
<link rel="alternate" type="application/rss+xml" title="SawYouCry.net RSS Feed" href="http://sawyoucry.net/feed/" />
<link rel="pingback" href="http://sawyoucry.net/x/xmlrpc.php" />
	<link rel='archives' title='January 2009' href='http://sawyoucry.net/2009/01/' />
	<link rel='archives' title='December 2008' href='http://sawyoucry.net/2008/12/' />
	<link rel='archives' title='November 2008' href='http://sawyoucry.net/2008/11/' />
	<link rel='archives' title='October 2008' href='http://sawyoucry.net/2008/10/' />
	<link rel='archives' title='September 2008' href='http://sawyoucry.net/2008/09/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://sawyoucry.net/x/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://sawyoucry.net/x/wp-includes/wlwmanifest.xml" /> 
<script type='text/javascript' src='http://sawyoucry.net/x/wp-includes/js/prototype.js?ver=1.6'></script>
<script type='text/javascript' src='http://sawyoucry.net/x/wp-includes/js/jquery/jquery.js?ver=1.2.6'></script>
<meta name="generator" content="WordPress 2.6.2" />

<script type="text/javascript" src="http://sawyoucry.net/x/wp-content/plugins/livepreview.js"></script><link rel="stylesheet" type="text/css" media="screen" href="http://sawyoucry.net/x/wp-content/plugins/social-bookmarks/social_bookmarks.css" />
<link rel="stylesheet" type="text/css" href="http://sawyoucry.net/x/wp-content/plugins/social-bookmarks/lib/niftyCube/niftyCorners.css" />
<script type="text/javascript" src="http://sawyoucry.net/x/wp-content/plugins/social-bookmarks/lib/niftyCube/niftycube.js"></script>
<script type="text/javascript">
 window.onload=function()
{Nifty("div#box","transparent");
}
</script>
<link rel="stylesheet" type="text/css" href="http://sawyoucry.net/x/wp-content/plugins/social-bookmarks/lib/niftyCube/niftyPrint.css" media="print" /><script language="javascript" type="text/javascript">
<!--
		function collapseThread( theId ) {
			var comment = document.getElementById(theId);
			if(!comment)
			{
				alert("ERROR:\nThe document structure is different\nfrom what Threaded Comments expects.\nYou are missing the element '"+theId+"'");
				return;
			}
			var theBody = findBody(comment);
			if(comment.className.indexOf("collapsed") > -1) {
				comment.className = comment.className.replace(" collapsed", "");;
			} else {
				comment.className += " collapsed";
			}
		}

		function expandThread( theId ) {
			var comment = document.getElementById(theId);
			if(!comment)
			{
				alert("ERROR:\nThe document structure is different\nfrom what Threaded Comments expects.\nYou are missing the element '"+theId+"'");
				return;
			}
			var theBody = findBody(comment);
			if(comment.className.indexOf("collapsed") > -1) {
				comment.className = comment.className.replace(" collapsed", "");;
			} 
		}
		
		function findBody(el)
		{
			var divs = el.getElementsByTagName("div");
			var ret;
			for(var i = 0; i < divs.length; ++i) {
				if(divs.item(i).className.indexOf("body") > -1)
					return divs.item(i);
			}
			return false;
		}
	
		function onAddComment() {
			//checkDocumentIntegrity();
			var el = document.getElementById("commentform");
			// Future release: Check if form is filled correctly and mark the form fields.
			el.submit();
		}
		
		function moveAddCommentBelow(theId, threadId, collapse)
		{
			expandThread( theId );
			var addComment = document.getElementById("addcomment");
			if(!addComment)
			{
			  	alert("ERROR:\nThreaded Comments can't find the 'addcomment' div.\nThis is probably because you have changed\nthe comments.php file.\nMake sure there is a tag around the form\nthat has the id 'addcomment'"); 
				return
			}
			var comment = document.getElementById(theId);
			if(collapse)
			{
				for(var i = 0; i < comment.childNodes.length; ++i) {
					var c = comment.childNodes.item(i);
					if(typeof(c.className) == "string" && c.className.indexOf("collapsed")<0) {
						c.className += " collapsed";
					}
				}
			}
			addComment.parentNode.removeChild(addComment);

			comment.appendChild(addComment);
			if(comment.className.indexOf("alt")>-1) {
				addComment.className = addComment.className.replace(" alt", "");					
			} else {
				addComment.className += " alt";
			}
		        var replyId = document.getElementById("comment_reply_ID");
			if(replyId == null)
			{
				alert("Brians Threaded Comments Error:\nThere is no hidden form field called\n'comment_reply_ID'. This is probably because you\nchanged the comments.php file and forgot\nto include the field. Please take a look\nat the original comments.php and copy the\nform field over.");
			}
			replyId.value = threadId;
			var reRootElement = document.getElementById("reroot");
			if(reRootElement == null)
			{
				alert("Brians Threaded Comments Error:\nThere is no anchor tag called 'reroot' where\nthe comment form starts.\nPlease compare your comments.php to the original\ncomments.php and copy the reroot anchor tag over.");
			}
			reRootElement.style.display = "block";
			var aTags = comment.getElementsByTagName("A");
			var anc = aTags.item(0).id;
			//document.location.href = "#"+anc;
			document.getElementById("comment").focus();
		}

		function checkDocumentIntegrity()
		{
			str = "";
			
			str += checkElement("reroot","div tag");
			str += checkElement("addcomment", "div tag");
			str += checkElement("comment_reply_ID", "hidden form field");
			str += checkElement("content", "div tag");
			str += checkElement("comment", "textfield");
			str += checkElement("addcommentanchor", "anchor tag");
			
			if(str != "")
			{
				str = "Brian's Threaded Comments are missing some of the elements that are required for it to function correctly.\nThis is probably the because you have changed the original comments.php that was included with the plugin.\n\nThese are the errors:\n" + str;
				str += "\nYou should compare your comments.php with the original comments.php and make sure the required elements have not been removed.";

				alert(str);
			}
		}
               
		function checkElement(theId, elDesc)
		{
			var el = document.getElementById(theId);
			if(!el)
			{
				if(elDesc == null)
					elDesc = "element";
				return "- The "+elDesc+" with the ID '" +theId + "' is missing\n"; 
			}
			else 
				return "";
		}
		
		function reRoot()
		{
			var addComment = document.getElementById("addcomment");			
			var reRootElement = document.getElementById("reroot");
			reRootElement.style.display = "none";
			var content = document.getElementById("content-main");
			if( !content )
				content = document.getElementById("content");
			if( content )
			{
				addComment.parentNode.removeChild(addComment);
				content.appendChild(addComment);
			}
			addComment.className = addComment.className.replace(" alt", "");
			document.location.href = "#addcommentanchor";
			document.getElementById("comment").focus();				
			document.getElementById("comment_reply_ID").value = "0";
		}			
		
		function changeCommentSize(d)
		{
			var el = document.getElementById("comment");
			var height = parseInt(el.style.height);
			if(!height && el.offsetHeight)
				height = el.offsetHeight;
			height += d;
			if(height < 20) 
				height = 20;
			el.style.height = height+"px";
		}		
-->
</script>
<style type="text/css">
.comment 
{
	position: 				relative;
	margin:					3px;
	margin-top:				6px;
/*	border: 				1px solid #666; */
	padding:				4px 4px 4px 8px;
	background-color:		#fff;
}

.odd
{
	background-color: #f8f8f8;
}

.comment div {
	position: 				relative;
}

.comment .comment img
{
	margin: 				0px;
}

.comment .collapseicon 
{
	width: 					13px;
	height: 				13px;
	overflow:				hidden;
	background-image: 		url(http://sawyoucry.net/x/wp-content/plugins/briansthreadedcomments.php?image=subthread-open.png);
}

.collapsed .collapseicon 
{
	background-image: 		url(http://sawyoucry.net/x/wp-content/plugins/briansthreadedcomments.php?image=subthread.png);
}


.comment .reply {
	text-align: 			right;
	font-size: 				80%;
	padding: 				0px 6px 6px 0px;
}

.comment
{
	border: 	1px solid #ddd;
	margin-top: 			10px;
}

input#subscribe
{
	width: auto;
}

.comment .body .content
{
	padding:				0px 3px 0px 3px;
	/*width: 					100%;	*/
	overflow: 				auto; 
}

.comment .title abbr
{
	border: none;
}

.collapsed .body, .collapsed .comment
{
	display:				none;
}
 
#commentform textarea {
	width: 97%;
}

.btc_gravatar {
	float: right;
	margin: 3px 3px 4px 4px;
}
</style>
	<!-- WP Dynamic Drive Thumbnail Image Viewer Plugin -->
	<script type="text/javascript">
/* <![CDATA[ */
	var loading_url = 'http://sawyoucry.net/x/wp-content/plugins/thumbnail-viewer/images/loadingImage.gif';
/* ]]> */
</script>
	<link rel="stylesheet" href="http://sawyoucry.net/x/wp-content/plugins/thumbnail-viewer/css/thumbnailviewer.css" type="text/css" media="screen" />
	<script src="http://sawyoucry.net/x/wp-content/plugins/thumbnail-viewer/js/thumbnailviewer.js" type="text/javascript">
	</script>
<script type="text/javascript" src="http://sawyoucry.net/x/index.php?ak_action=wp_grins_js"></script>

<style type="text/css">
#wp_grins img {
	cursor: pointer;
}
</style>
<!--[if IE]>
<style type="text/css">
#wp_grins img {
	cursor: hand;
}
</style>
<![endif]-->
	


<!-- Inclusion for GUESTBOOK -->
<script type="text/javascript" language="JavaScript"><!--
function guestbook() {window.open('http://sawyoucry.net/(syc)/guestbook','guestbook','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resize=no,width=560,height=500')}
// --></script>

<!-- Inclusion for JOINED -->
<script type="text/javascript" language="JavaScript"><!--
function joined() {window.open('http://sawyoucry.net/exit-joined.php','SYCnetJOINED','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resize=no,width=490,height=350')}
// --></script>

<!-- Inclusion for FAIL IMAGE LOAD javascript -->
<script type="text/javascript" language="JavaScript"><!--
function ImageLoadFailed() {window.event.srcElement.style.display = "None";}
// --></script>

<!-- Inclusion for SKINS THUMBNAIL javascript -->
<script type="text/javascript" language="JavaScript"><!--
//Specify image paths and optional link (set link to "" for no link):
var dynimages=new Array()
dynimages[0]=["http://sawyoucry.net/images/layout01s.gif", ""]
dynimages[1]=["http://sawyoucry.net/images/layout02s.gif", ""]
dynimages[2]=["http://sawyoucry.net/images/layout03s.gif", ""]
dynimages[3]=["http://sawyoucry.net/images/layout04s.gif", ""]
dynimages[4]=["http://sawyoucry.net/images/layout05s.gif", ""]
dynimages[5]=["http://sawyoucry.net/images/layout06s.gif", ""]
dynimages[6]=["http://sawyoucry.net/images/layout07s.gif", ""]
dynimages[7]=["http://sawyoucry.net/images/layout08s.gif", ""]
dynimages[8]=["http://sawyoucry.net/images/layout09s.gif", ""]
//Preload images ("yes" or "no"):
var preloadimg="yes"
//Set optional link target to be added to all images with a link:
var optlinktarget="_top"
//Set image border width
var imgborderwidth=0
//Optionally, change 1.0 and 0.7 below to affect Wipe gradient size and duration in seconds in IE5.5+:
var filterstring="progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)"
///////No need to edit beyond here/////
if (preloadimg=="yes"){
	for (x=0; x<dynimages.length; x++){
		var myimage=new Image()
	myimage.src=dynimages[x][0]
	}
}
function returnimgcode(theimg){
	var imghtml=""
	if (theimg[1]!="")
	imghtml='<a href="'+theimg[1]+'" target="'+optlinktarget+'">'
	imghtml+='<img src="'+theimg[0]+'" border="'+imgborderwidth+'" class="borderdark" alt="" />'
	if (theimg[1]!="")
	imghtml+='<\/a>'
	return imghtml
}
function modifyimage(loadarea, imgindex){
	if (document.getElementById){
		var imgobj=document.getElementById(loadarea)
		if (imgobj.filters && window.createPopup){
		imgobj.style.filter=filterstring
		imgobj.filters[0].Apply()
	}
	imgobj.innerHTML=returnimgcode(dynimages[imgindex])
	if (imgobj.filters && window.createPopup)
		imgobj.filters[0].Play()
		return false
	}
}
// --></script>

<!-- LIST TOGGLE -->
<script language="JavaScript" type="text/javascript"><!--
function toggle(list){
	var listElementStyle=document.getElementById(list).style;
	if (listElementStyle.display!="block"){
	listElementStyle.display="block";
	} else {
	listElementStyle.display="none";
	}
}
// --></script>

<!-- CLICKS VALUE-->
<script language="JavaScript" type="text/javascript"><!--
function getClickValue(imageId, clickId) {
   document.getElementById(imageId).title=ccount_link[clickId]+" downloads";
}
//--></script>

<!-- SIDE STUFF -->
<script type="text/javascript" language="Javascript"><!--
function cam() {window.open('http://sawyoucry.net/lady-cam.php','SYCnetCam','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resize=no,width=400,height=400')}
function playlist() {window.open('http://sawyoucry.net/lady-playlist.php','SYCnetPlaylist','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resize=no,width=258,height=288')}
function playlist2() {window.open('http://sawyoucry.net/lady-playlist.php','SYCnetPlaylist','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resize=no,width=450,height=380')}
function addBookmark(title,url) {
if (window.sidebar) {
window.sidebar.addPanel(title, url,"");
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}}
// --></script>

</head>


<body onload="doscrolls();">

<div class="container">

<div class="header">
</div> <!--header-->

<a name="top"> </a>
<div class="maincontent">

<div id="rap">

<div class="title">Tutorial: Miscellaneous</div>
<div id="content">

    <div class="maintitle">Earn Money Online</div><div class="linespace">&nbsp;</div>    
    <div class="post">

    
    <div class="storycontent">
      <p>Want to earn some extra money online? Help me out to help yourself just by clicking the links below, join under my referral and make a difference! Listed below are the ones I trusted and already got the benefits!</p>
<p>&nbsp;
<p />
<div class="maintitle">EARN MONEY ONLINE</div>
<div class="linespace">&nbsp;</div>
<div class="storytitle">&nbsp;REFERRAL</div>
<div class="linespace">&nbsp;</div>
<p>One of the easiest way. You only need to refer more people to sign-up under your referral in order to get rewarded/paid!<br />
<br />&nbsp;
<p />
<center><br />
<a href="http://www.ezyrewards.com/?id=29709" target="_blank"><img border="0" src="http://www.ezyrewards.com/banners/88x31_domains.gif" width="88" height="31" alt="ezyrewards - earn free domains"/></a><br />
Earn points for rewards by referring more members and completing a few offers. <a href="http://pluggie.info" target="_blank">Once-my-plug-site</a>&#8217;s domain was <a href="http://img135.imageshack.us/img135/3691/rewardezyrewardsfz0.gif" target="_blank">redeemed</a> from here - whee <img src='http://sawyoucry.net/x/wp-includes/images/smilies/minic_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p />&nbsp;<br />
<a href="http://www.text-link-ads.com/?ref=29103" target="_blank"><img src="http://www.text-link-ads.com/images/text_link_ads_C_120x60.gif" border="0" alt="Text Link Ads"/></a><br />
There are 2 options for you to earn money. 1) Through <b>affiliate program</b> Earn $25.00 for each person that sign up under your referals! As easy as that ;) Or 2) Through <b>publisher program</b> by putting up text links ads on your site. I really got paid through this! Here is the prove of my <a href="http://img144.imageshack.us/img144/9954/tla1stpayql3.gif" target="_blank">1st payment</a> and <a href="http://img156.imageshack.us/img156/1102/tla2ndpayld5.gif" target="_blank">2nd payment</a> through paypal<br />
</center></p>
<p>&nbsp;
<p />
<div class="maintitle">EARN MONEY ONLINE</div>
<div class="linespace">&nbsp;</div>
<div class="storytitle">&nbsp;ADVERTISEMENT</div>
<div class="linespace">&nbsp;</div>
<p>Another easy way for webmistress. You only need to place given advertisements on your website. You&#8217;ll get paid for each click you received!<br />
<br />&nbsp;
<p />
<center><br />
<!--<br />
Get paid by simply displaying targeted contextual banners on your websites. I already earned more than $10 by doing so :)&#8211;></p>
<p />&nbsp;<br />
<script type="text/javascript"><!--
google_ad_client = "pub-5995041559942779";
google_ad_width = 110;
google_ad_height = 32;
google_ad_format = "110x32_as_rimg";
google_cpa_choice = "CAAQt_Sy0gEaCIOD4Nt-VqnaKPmNxXQ";
google_ad_channel = "";
//--></script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Earn more with Google Adsense! One of the guaranteed way for you to earn income. I earned more than $10 through this program <img src='http://sawyoucry.net/x/wp-includes/images/smilies/minic_smile.gif' alt=':)' class='wp-smiley' /><br />
<!--
<p />&nbsp;<br />
<a href="http://www.auctionads.com/refer_ 0ec24dd38d20241a574b"><img src="http://img138.imageshack.us/img138/6641/auctionadsjs1.gif" border="0" alt=""/></a><br />
Place auction ads targeted to your content on your site and make money. Get $25 just by signing up!&#8211;><br />
</center></p>
<p>&nbsp;
<p />
<div class="maintitle">EARN MONEY ONLINE</div>
<div class="linespace">&nbsp;</div>
<div class="storytitle">&nbsp;PAID TO SURF / CLICK / READ E-MAILS</div>
<div class="linespace">&nbsp;</div>
<p>Spend a few minutes a day to do some auto-surf, read some e-mails and click some links to get paid. But you might need some patience though&#8230; <img src='http://sawyoucry.net/x/wp-includes/images/smilies/minic_smile.gif' alt=':)' class='wp-smiley' /><br />
<br />&nbsp;
<p />
<center><br />
<a href="http://www.donkeymails.com/pages/index.php?refid=sinner9"><img src="http://img142.imageshack.us/img142/9903/bannerdonkeymailske1.gif" border="0" alt="DonkeyMails.com: No Minimum Payout!"/></a><br />
With minimum payout of $1 for paypal. And yes, I already <a href="http://img135.imageshack.us/img135/6058/paiddonkeymailpo4.gif" target="_blank">got paid</a> twice! ;)</p>
<p />&nbsp;<br />
<a href="http://www.surfjunky.com/?r=sinner9" target="_blank"><img src="http://img249.imageshack.us/img249/2480/bannersurfjunkyhe0.jpg" border="0" alt="SurfJunky"/></a><br />
Get $0.45 per hour just for <b>surfing</b> on the sponsors sites. You can earn a lot by <b>referring</b> new members as well&#8230; and let others earn money for you!</p>
<p />&nbsp;<br />
<a href="http://bux.to/?r=sinner9" target="_blank"><img src="http://img255.imageshack.us/img255/1281/bannerbuxtoif4.gif" border="0" alt="SurfJunky"/></a><br />
I heard a lot people really get paid after joining this. Get paid just to <b>click</b> on ads and <b>visit</b> websites. You can also earn by <b>referring</b> new members. Payment requests can be made every day and are processed through AlertPay. The minimum payout is $10.00<br />
</center></p>
<p>&nbsp;
<p />
<div class="maintitle">EARN MONEY ONLINE</div>
<div class="linespace">&nbsp;</div>
<div class="storytitle">&nbsp;PAID TO BLOG</div>
<div class="linespace">&nbsp;</div>
<p>Just as simple as writing a paragraph or two about the advertisers on your blog post. I mostly recommend this way because you can really make money! The highest I received was $10 per post ;)<br />
<br />&nbsp;
<p />
<center><br />
<a href="http://www.buyblogreviews.com/welcome.php?id=405201"><img src=http://www.buyblogreviews.com/images/banner2.jpg border=0/></a><br />
I just signed up today. I usually use blogvertise before this&#8230; I&#8217;ll review about it after I really got paid.<br />
</center></p>
    </div><!-- story content -->
    <br />

        <p />&nbsp;<br />


    <div align="right">
    <div class="meta">	</div><!-- meta -->

    <font class="line-dotted"></font>

        </div><!-- align right -->
    <p>&nbsp;</p>&nbsp;<p />
    
    <br />&nbsp;<br />
<script language="JavaScript" type="text/javascript">
	var name = new Array();
	name[0]= "http://sawyoucry.net/(syc)/rate/images/star2.gif";
	if(document.images)
	{
		var ss = new Image();
		ss.src = name[0];
	}
</script>


<table width="100%" cellpadding="0" cellspacing="0" border="0" style="border: 0">
   <tr align="center">
      <td>
        <!--<form name="rate" method="post" action="http://sawyoucry.net/(syc)/rate/addrating.php">-->
        <form name="rate" method="post" action="http://sawyoucry.net/(syc)/rate/addrating.php">
             <div class="wpcomments"><center>
             <b>Avarage Rating: </b>
             <img src="http://sawyoucry.net/(syc)/rate/images/star1.gif" alt="" /> <img src="http://sawyoucry.net/(syc)/rate/images/star1.gif" alt="" /> <img src="http://sawyoucry.net/(syc)/rate/images/star1.gif" alt="" /> <img src="http://sawyoucry.net/(syc)/rate/images/star1.gif" alt="" /> <img src="http://sawyoucry.net/(syc)/rate/images/star1.gif" alt="" />            &nbsp;from 0 votes.</center></div><div class="linespace">&nbsp;</div>


		  <script language="JavaScript" type="text/javascript">
		  <!--
	       function selstar(val) {
			 for(var x=1;x<=val;x++) {
			 	document['i'+x].src="http://sawyoucry.net/(syc)/rate/images/star2.gif";
			 }
		   }
		   function remstar(val) {
			 for(var x=1;x<=val;x++)	{
				document['i'+x].src="http://sawyoucry.net/(syc)/rate/images/star1.gif";
			 }
		   }
		   function setrate(val) {
			 document.rate.rating.value=val;
			 document.rate.submit();
		   }
		   //-->
		  </script>

            <b>Rate This Page;</b><br />
            <img id="i1" class="star" onmouseover="selstar(1)" onmouseout="remstar(1)" onclick="setrate(1)" src="http://sawyoucry.net/(syc)/rate/images/star1.gif" alt="" />
            <img id="i2" class="star" onmouseover="selstar(2)" onmouseout="remstar(2)" onclick="setrate(2)" src="http://sawyoucry.net/(syc)/rate/images/star1.gif" alt="" />
            <img id="i3" class="star" onmouseover="selstar(3)" onmouseout="remstar(3)" onclick="setrate(3)" src="http://sawyoucry.net/(syc)/rate/images/star1.gif" alt="" />
            <img id="i4" class="star" onmouseover="selstar(4)" onmouseout="remstar(4)" onclick="setrate(4)" src="http://sawyoucry.net/(syc)/rate/images/star1.gif" alt="" />
            <img id="i5" class="star" onmouseover="selstar(5)" onmouseout="remstar(5)" onclick="setrate(5)" src="http://sawyoucry.net/(syc)/rate/images/star1.gif" alt="" />
            <input type="hidden" name="rating" />
            <input type="hidden" value="http://sawyoucry.net/tutorial/miscellaneous/earn-money-online/feed/" name="url" />
            <input type="hidden" value="38.103.63.57" name="ip" />
        </form>
      </td>
    </tr>
</table>

<p>&nbsp;</p>&nbsp;<p />
    
        <!-- You can start editing here. -->

        <a name="comments"> </a>
<div class="maintitle" id="comments">Comment? 
<a href="#postcomment" title="Leave a comment">&raquo;</a>
</div> <!-- maintitle --> <br />

<div class="#commentlist">
	<p>No comments yet.</p>

<p>
<a href="http://sawyoucry.net/feed/" target="_blank"><abbr title="Really Simple Syndication">RSS</abbr></a> feed for the blog.
<br />
<a href='http://sawyoucry.net/tutorial/miscellaneous/earn-money-online/feed/'><abbr title="Really Simple Syndication">RSS</abbr> feed</a> for comments on this post.
<br /><a href="http://sawyoucry.net/tutorial/miscellaneous/earn-money-online/trackback/">Trackback <acronym title="Uniform Resource Identifier">URI</acronym></a> of this entry.
</p>
</div> <!-- commentlist-->



<p />&nbsp;<p />&nbsp;<p />
<a name="postcomment"> </a><div class="maintitle">Leave a comment</div><div class="linespace">&nbsp;</div><div id="addcomment"> <!--class="comment"-->
<a id="addcommentanchor" name="addcommentanchor"></a>
	<!--<small>
		You may use 
		&lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; 		in your comment.<br />
	</small>-->
	<p>
	Line and paragraph breaks automatic, e-mail address never displayed, only certain <acronym title="Hypertext Markup Language">HTML</acronym> allowed. </p>
  <script type="text/javascript" src="http://sawyoucry.net/x/wp-content/plugins/livepreview.js"></script>
<form action="http://sawyoucry.net/x/wp-comments-post.php" method="post" id="commentform">
<div class="add">
	<div id="reroot" style="display: none;">
		<small><a href="#" onclick="reRoot(); return false;">
			Click here to cancel "reply".
		</a></small>
	</div> <!-- reboot -->
		
	<p>
		<input type="text" name="author" id="author" class="textarea" value="" size="28" tabindex="1" />
		&nbsp;Name 	</p>
	<p>
		<input type="text" name="email" id="email" value="" size="28" tabindex="2" />
		&nbsp;E-mail 	</p>
	<p>
		<input type="text" name="url" id="url" value="" size="28" tabindex="3" />	
		&nbsp;<acronym title="Uniform Resource Identifier">URI</acronym>	</p>
			Your Comment (<a href="#" onclick="changeCommentSize(-80); return false;">smaller size</a> | <a href="#" onclick="changeCommentSize(80); return false;">larger size</a>)
  <div class="linespace">&nbsp;</div>
  	<div style="width: 100%;">
		<textarea name="comment" id="comment" cols="60" rows="10" tabindex="4"></textarea>
	</div>
	
	<br />	<div class="linespace">&nbsp;</div>
	<input type='hidden' id='comment_reply_ID' name='comment_reply_ID' value='0' /><p />

	<div>
		<input type="hidden" name="comment_post_ID" value="188" />
		<input type="hidden" name="redirect_to" value="/tutorial/miscellaneous/earn-money-online/feed/" />		
		<input onclick="if(typeof(onAddComment) == 'function') { onAddComment(); } else { alert('ERROR:\nIt looks like the website administrator hasn\'t activated the Brians Threaded Comments plugin from the plugin page'); };" name="addcommentbutton" type="button" id="addcommentbutton" value="Add comment!" tabindex="5" />
	</div>
</div> <!-- add -->
</form>
</div> <!-- addcomment -->

  <p />&nbsp;<br />
  <ul>
    </ul>


    </div><!-- post -->





</div><!-- content -->
</div><!-- rap -->

<p />&nbsp;<p />&nbsp;<p />






</div><!--maincontent-->

<div class="sidecontent">
<div align="justify">

<div class="sidetitle">lady</div><div class="linespace">&nbsp;</div>
<img src="http://sawyoucry.net/images/n9.jpg" alt="" align="left" /><b>ajwa</b> . Naj . Wawa . 24 . <font class="tuto">131 days  until my 25th birthday on May 18th</font> . System Analyst .  Malaysian . Dreamer . Worrier . Simple . Boringgg . but Laughs a lot . Gaining back her self-confidence . Mariah carey . David Archuleta . Michael Buble . James Morrison . Anuar Zain . Diddy . Farid Kamil . LP . BSB .  *N Sync . Rascal Flatts . Maroon 5 . Green Day . Good Charlotte . Smallville . Charmed . One Tree Hill . Reaper . Matrix Trilogy . LOTR . Star Wars Saga . The Covenant . Tom Welling . Paul Walker . Steven Strait . Hugh Jackman . Josh Hartnett . Chad Michael Murray . Ewan McGregor . Natalie Portman . Cameron Diaz
<br /><br />

<div align="center">
<form action="http://sawyoucry.net/(syc)/ask/ask.php" method="post">
	<input type="text" name="question" id="question" size="15" /> <input type="submit" value="Ask" /> <a href="http://sawyoucry.net/visitor-interact/askme/">?</a>
</form>
<br />

<a target="_blank" href="http://www.myspace.com/najwahashim" title="MySpace (Najwa)"><img src="http://sawyoucry.net/images/pxl-myspace.gif" alt="myspace" border="0" width="8" height="9" /></a>
<a target="_blank" href="http://profile.to/najwa" title="FaceBook (Najwa)"><img src="http://sawyoucry.net/images/pxl-facebook.gif" alt="facebook" border="0" width="9" height="9" /></a>
<a target="_blank" href="http://www.friendster.com/profiles/aiwawa" title="Friendster (aiwawa)"><img src="http://sawyoucry.net/images/pxl-friendster.gif" alt="friendster" border="0" width="9" height="9" /></a>
<a target="_blank" href="http://eowynaj.multiply.com" title="Multiply (eowynaj)"><img src="http://sawyoucry.net/images/pxl-multiply.gif" alt="multiply" border="0" width="9" height="9" /></a>
<a target="_blank" href="http://www.flickr.com/people/aiwawa" title="Flickr (aiwawa)"><img src="http://sawyoucry.net/images/pxl-flickr.gif" alt="flickr" border="0" width="12" height="9" /></a>
<a target="_blank" href="http://twitter.com/aiwawa" title="Twitter (aiwawa)"><img src="http://sawyoucry.net/images/pxl-twitter.gif" alt="twitter" border="0" width="7" height="9" /></a>
<a target="_blank" href="http://www.imeem.com/people/ffFRl5F" title="iMeem (wawa)"><img src="http://sawyoucry.net/images/pxl-imeem.png" alt="imeem" border="0" width="9" height="9" /></a>
<a target="_blank" href="http://sinner9.deviantart.com" title="DeviantArt (sinner9)"><img src="http://sawyoucry.net/images/pxl-deviantart.gif" alt="deviantart" border="0" width="10" height="9" /></a>
<a target="_blank" href="http://technorati.com/blogs/sawyoucry.net" title="Technorati (aiwa9)"><img src="http://sawyoucry.net/images/pxl-technorati.gif" alt="" border="0" width="9" height="8" /></a>
<a target="_blank" href="http://www.mybloglog.com/buzz/members/aiwawa" title="MyBlogLog (aiwawa)"><img src="http://sawyoucry.net/images/pxl-mybloglog.gif" alt="" border="0" width="11" height="9" /></a>
<br />
<a href="javascript:playlist()" title="Listen to some music? (Pop Up)"><img src="http://sawyoucry.net/images/pxl-playlist.gif" alt="playlist" border="0" width="9" height="9" /></a>
<a href="javascript:cam()" title="View my cams' captures? (Pop Up)"><img src="http://sawyoucry.net/images/pxl-webcam.gif" alt="cam" border="0" width="8" height="9" /></a>
<a href="javascript:joined()" title="Joined stuff? (Pop Up)"><img src="http://sawyoucry.net/images/pxl-fan.gif" alt="cam" border="0" width="9" height="7" /></a>
<a href="javascript:addBookmark('SawYouCry.net &lt;3', 'http://sawyoucry.net')" title="Bookmark the site?"><img src="http://sawyoucry.net/images/pxl-bm.gif" alt="" border="0" width="9" height="9" /></a>
<a href="http://validator.w3.org/check?uri=referer" target="_blank" title="Valid XHTML 1.0 Transitional? (New Window)"><img src="http://sawyoucry.net/images/pxl-valid.gif" alt="" border="0" width="9" height="8" /></a>

<a href="http://feeds.feedburner.com/sawyoucry" target="_blank" title="Subscribe to Feed on FeebBurner? (New Window)"><img src="http://sawyoucry.net/images/pxl-feedburner.gif" alt="" border="0" width="8" height="8" /></a>
<!--<a href="http://sawyoucry.net/feed/" target="_blank" title="Subscribe to Feed? (New Window)"><img src="http://sawyoucry.net/images/pxl-rss.gif" alt="" border="0" width="8" height="8" /></a>-->
<!--<a href="http://del.icio.us/post" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400'); return false;" title="Add to del.icio.us favorites? (Pop Up)"><img src="http://sawyoucry.net/images/pxl-delicious.gif" alt="" border="0" width="8" height="8" /></a>-->
<!--<a href="http://technorati.com/faves?sub=addfavbtn&amp;add=http://sawyoucry.net" target="_blank" title="Add to Technorati favorites? (New Window)"><img src="http://sawyoucry.net/images/pxl-technorati.gif" alt="" border="0" width="9" height="8" /></a>-->
</div>










<p />&nbsp;<br />
<div class="sidetitle">navigate</div><div class="linespace">&nbsp;</div>
<img src="http://sawyoucry.net/images/arrow.gif" width="13" height="5" border="0" alt="" /> <a href="http://sawyoucry.net">Journal</a><br />

<img src="http://sawyoucry.net/images/arrow.gif" width="13" height="5" border="0" alt="" /> <a href="http://sawyoucry.net/lady/">Lady</a><br />

<img src="http://sawyoucry.net/images/arrow.gif" width="13" height="5" border="0" alt="" /> <a href="http://sawyoucry.net/artwork/">Artwork</a><br />

<img src="http://sawyoucry.net/images/arrow.gif" width="13" height="5" border="0" alt="" /> <a href="http://sawyoucry.net/collectives/">Collective</a><br />

<img src="http://sawyoucry.net/images/arrow.gif" width="13" height="5" border="0" alt="" /> <a href="http://sawyoucry.net/domain/">Domain</a><br />

<img src="http://sawyoucry.net/images/arrow.gif" width="13" height="5" border="0" alt="" /> <a href="http://sawyoucry.net/exit/">Exits</a><br />

<img src="http://sawyoucry.net/images/arrow.gif" width="13" height="5" border="0" alt="" /> <a href="http://sawyoucry.net/visitor/">Visitor</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://sawyoucry.net/images/pxl-submenu.gif" alt="" width="5" height="5" />&nbsp;&nbsp;<a href="http://sawyoucry.net/visitor-graphic/">Graphics</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://sawyoucry.net/images/pxl-submenu.gif" alt="" width="5" height="5" />&nbsp;&nbsp;<a href="http://sawyoucry.net/visitor-download/">Downloads</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://sawyoucry.net/images/pxl-submenu.gif" alt="" width="5" height="5" />&nbsp;&nbsp;<a href="http://sawyoucry.net/visitor-script/">Scripts</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://sawyoucry.net/images/pxl-submenu.gif" alt="" width="5" height="5" />&nbsp;&nbsp;<a href="http://sawyoucry.net/visitor-read/">Reads</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://sawyoucry.net/images/pxl-submenu.gif" alt="" width="5" height="5" />&nbsp;&nbsp;<a href="http://sawyoucry.net/visitor-game/">Games</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://sawyoucry.net/images/pxl-submenu.gif" alt="" width="5" height="5" />&nbsp;&nbsp;<a href="http://sawyoucry.net/visitor-interact/">Interactive</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://sawyoucry.net/images/pxl-submenu.gif" alt="" width="5" height="5" />&nbsp;&nbsp;<a href="http://sawyoucry.net/tutorial/">Tutorial</a><br />
<div class="linespace">&nbsp;</div>

<img src="http://sawyoucry.net/images/arrow.gif" width="13" height="5" border="0" alt="" /> <a href="http://sawyoucry.net/plugboard/">Plugboard</a><br />





















<p />&nbsp;<br />
<div class="sidetitle">skins</div><br />
<div id="dynloadarea" style="height:80px;text-align:center">
<img src="http://sawyoucry.net/images/layout09s.gif" border="0" alt="" class="borderdark" /></div><br />
<div align="center">
<a href="http://sawyoucry.net/skins.php?newskin=1" onmouseover="modifyimage('dynloadarea', 0)"><img src="http://sawyoucry.net/images/layout01t.gif" border="0" alt="" title="Oh Mandy: Mandy Moore" /></a>
<a href="http://sawyoucry.net/skins.php?newskin=2" onmouseover="modifyimage('dynloadarea', 1)"><img src="http://sawyoucry.net/images/layout02t.gif" border="0" alt="" title="Legendary: Clark Kent &amp; Lex Luthor" /></a>
<a href="http://sawyoucry.net/skins.php?newskin=3" onmouseover="modifyimage('dynloadarea', 2)"><img src="http://sawyoucry.net/images/layout03t.gif" border="0" alt="" title="I'm Flying: Titanic" /></a>
<a href="http://sawyoucry.net/skins.php?newskin=4" onmouseover="modifyimage('dynloadarea', 3)"><img src="http://sawyoucry.net/images/layout04t.gif" border="0" alt="" title="I'm On Fire: Warren Peace" /></a><br />
<a href="http://sawyoucry.net/skins.php?newskin=5" onmouseover="modifyimage('dynloadarea', 4)"><img src="http://sawyoucry.net/images/layout05t.gif" border="0" alt="" title="Heartbreaker: Mariah Carey" /></a>
<a href="http://sawyoucry.net/skins.php?newskin=6" onmouseover="modifyimage('dynloadarea', 5)"><img src="http://sawyoucry.net/images/layout06t.gif" border="0" alt="" title="Life Has Begun: Kirsten Dunst" /></a>
<a href="http://sawyoucry.net/skins.php?newskin=7" onmouseover="modifyimage('dynloadarea', 6)"><img src="http://sawyoucry.net/images/layout07t.gif" border="0" alt="" title="KLCC: KLCC" /></a>
<a href="http://sawyoucry.net/skins.php?newskin=8" onmouseover="modifyimage('dynloadarea', 7)"><img src="http://sawyoucry.net/images/layout08t.gif" border="0" alt="" title="Legendary Love Story: Romeo &amp; Juliet" /></a><br />
<img src="http://sawyoucry.net/images/layout00t.gif" border="0" alt="" />
<a href="http://sawyoucry.net/skins.php?newskin=9" onmouseover="modifyimage('dynloadarea', 8)"><img src="http://sawyoucry.net/images/layout09t.gif" border="0" alt="" title="Here With You: Natalie Portman" /></a>
<img src="http://sawyoucry.net/images/layout10t.gif" border="0" alt="" />
<img src="http://sawyoucry.net/images/layout00t.gif" border="0" alt="" />
</div><br />
<div align="right">
<a href="http://sawyoucry.net/skin/"><img src="http://sawyoucry.net/images/pxl-skin.gif" alt="skins" border="0" width="9" height="9" /> more</a>?
</div>

















<p />&nbsp;<br />
<div class="sidetitle">twitter</div><br />
<div id="twitter_div">
Najwa...
<ul id="twitter_update_list"></ul>
<div style="display:block;text-align:right;">
<a href="http://twitter.com/aiwawa" id="twitter-link"><img src="http://sawyoucry.net/images/pxl-skin.gif" alt="twitter" border="0" width="9" height="9" /> more</a>?
</div>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/aiwawa.json?callback=twitterCallback2&amp;count=3"></script>

















<p />&nbsp;<br />
<div class="sidetitle">frozen moments</div><div class="linespace">&nbsp;</div>
<div align="center">
<!-- Start of Flickr Badge -->
<table cellpadding="0" cellspacing="5" border="0" id="flickr_badge_wrapper"><tr><td>
<script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?count=3&amp;display=random&amp;size=s&amp;layout=v&amp;source=user&amp;user=51494089%40N00"></script>
</td></tr></table>
<!-- End of Flickr Badge -->
</div><!--center-->





<p />&nbsp;<br />
<div class="sidetitle">fav links</div><div class="linespace">&nbsp;</div>
<div align="center">
<table width="90%" border="0"><tr><td width="50%" align="left" valign="top">
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=186&amp;leURL=http://adamarjuna.blogspot.com">Adam</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=206&amp;leURL=http://artistique-ilustra.net">Aileen</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=167&amp;leURL=http://sin-shadows.com">Aisyah</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=118&amp;leURL=http://ajamihashim.blogspot.com">Ajami</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=237&amp;leURL=http://amrudzie.blogspot.com">Al</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=213&amp;leURL=http://digital-sugar.org">Amarilys</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=179&amp;leURL=http://deathsex.org">Ana</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=185&amp;leURL=http://anishayati.blogspot.com">Anis</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=212&amp;leURL=http://amal-apeng.blogspot.com">Apeng</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=214&amp;leURL=http://whatisintqamind.blogspot.com">Atiqah</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=220&amp;leURL=http://beth-design.com">Beth</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=156&amp;leURL=http://oh-doll.net">Char</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=160&amp;leURL=http://diddyaftersix.blogspot.com">Diddy</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=148&amp;leURL=http://vans-lair.net">Evan</a><br />
 <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=142&amp;leURL=http://honeymarie.com">Honey</a><br />
</td><td width="50%" align="right" valign="top">
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=224&amp;leURL=http://coldheartediceprincess.blogspot.com">Ika</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=37&amp;leURL=http://eerie-silence.net">Kaila</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=22&amp;leURL=http://so-juicy.net">Lana</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=149&amp;leURL=http://damn-sweet.org">Mariska</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=121&amp;leURL=http://megateusofe.blogspot.com">Megat</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=140&amp;leURL=http://daintystar.com">Millie</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=202&amp;leURL=http://mimi-goodies.com">Mimi</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=188&amp;leURL=http://tenshimon.com">Mona</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=139&amp;leURL=http://silent-emotion.org">Nanda</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=122&amp;leURL=http://raydrevil.blogspot.com">Ray</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=225&amp;leURL=http://redmummy.com">RedM</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=235&amp;leURL=http://reezmusic.blogspot.com">Reez</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=91&amp;leURL=http://illusivehopes.net">Rina</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=200&amp;leURL=http://saffawati.com">Saffa</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
<a target="_blank" href="http://sawyoucry.net/exit.php?page=linkexchanges&amp;leLID=172&amp;leURL=http://tirablurb.blogspot.com">Tira</a> <img src="http://sawyoucry.net/images/pxl-favelink.gif" width="5" height="7" border="0" alt="" /> <br />
</td></tr></table>
</div><!--center--><br />
<div align="right">
<a href="http://sawyoucry.net/exit/linkexchanges/"><img src="http://sawyoucry.net/images/pxl-skin.gif" alt="link exchanges" border="0" width="9" height="9" /> more</a>?
</div><!--right-->











<p />&nbsp;<br />
<div class="sidetitle">stats</div><div class="linespace">&nbsp;</div>
<font class="tuto">3</font> online currently,<br />
<!--<a href="http://sawyoucry.net">67</a> cry today,<br />-->
<font class="tuto">0</font> cried on this page,<br />
<font class="tuto">285688</font> were all cried out,<br />
<font class="tuto">Since</font> 29-Jan-2006 
<a href="http://sawyoucry.net/blog-statistics"><img src="http://sawyoucry.net/images/pxl-blogstats.gif" alt="" border="0" width="9" height="9" /></a>

<br /><br />
<a href="http://www.mypagerank.net" target="_blank"><img src="http://www.mypagerank.net/services/pagerankbutton/pagerankbutton.php?aut=da47094fa0fa77861bcff09e4539401e03145a64" border="0" alt="Powered by  MyPagerank.Net" /></a>














<p />&nbsp;<br />
<a name="wishlist"> </a>
<div class="sidetitle">etcetera</div><br />
<div align="center">


<a href="http://sawyoucry.net/tutorial/miscellaneous/earn-money-online/">Earn Money Online</a>?<br />
<a target="_blank" href="http://billing.netkl.com/aff.php?aff=272">Free Domain?</a><br />
<a target="_blank" href="http://www.text-link-ads.com/packageDetail.php?packageID=46404">Your Text Ads Here</a>?<br />

&nbsp;<br />

<script type="text/javascript"><!--
google_ad_client = "pub-5995041559942779";
/* 125x125, created 4/15/08 */
google_ad_slot = "6349783909";
google_ad_width = 125;
google_ad_height = 125;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br />&nbsp;<br />

	<!-- SiteSearch Google -->
	<form method="get" action="http://www.google.com/custom" target="google_window">
	<img src="/images/pxl-search.gif" alt="" width="11" height="11" />&nbsp;Search the web/site.
	<table border="0">
	<tr><td valign="top" align="left">
	<input type="hidden" name="domains" value="sawyoucry.net" />
	<input type="text" name="q" size="16" maxlength="255" value="" />
	<input type="submit" name="sa" value="Go" />
	</td></tr>
	</table>
	<input type="radio" name="sitesearch" value="" />Web
	<input type="radio" name="sitesearch" value="sawyoucry.net" checked="checked" />SawYouCry
	<input type="hidden" name="client" value="pub-5995041559942779" />
	<input type="hidden" name="forid" value="1" />
	<input type="hidden" name="ie" value="UTF-8" />
	<input type="hidden" name="oe" value="UTF-8" />
	<input type="hidden" name="safe" value="active" />
	<input type="hidden" name="cof" value="GALT:#333333;GL:1;DIV:#37352E;VLC:000000;AH:center;BGC:C6B396;LBGC:8E866F;ALC:000000;LC:000000;T:44423A;GFNT:663333;GIMP:663333;FORID:1" />
	<input type="hidden" name="hl" value="en" />
	</form>
	<!-- SiteSearch Google -->
	</div>








<p />&nbsp;<p />&nbsp;<p />
<center>
&copy; <a href="mailto:najwaSPAM@YOURSELFsawyoucry.net">Najwa</a> 2005-08<br />
<a href="http://sawyoucry.net/collectives/" title="">Meteora Production</a><br />
All rights reserved<a href="javascript:toggle('myshits')">.</a><br />

<div id="myshits" style="text-align:center">
<font style="font-face:georgia; font-size:8px">
<a target="_blank" href="http://sawyoucry.net/x/wp-login.php" title="!">*</a>
<a target="_blank" href="http://sawyoucry.net/fan/admin" title="!">*</a>
<a target="_blank" href="http://sawyoucry.net/fan/joined/admin.php" title="!">*</a>
<a target="_blank" href="http://sawyoucry.net/fan/trouble" title="!">*</a>
<a target="_blank" href="http://sawyoucry.net/(syc)/click" title="!">*</a>
<a target="_blank" href="http://sawyoucry.net/(syc)/counter/counter.php?action=login" title="!">*</a>
<a target="_blank" href="http://sawyoucry.net/(syc)/refer/admin.php" title="!">*</a>
<a target="_blank" href="http://sawyoucry.net/(syc)/ask/admin.php" title="!">*</a>
<a target="_blank" href="http://sawyoucry.net/(syc)/bday/admin.php" title="!">*</a>
<a target="_blank" href="http://sawyoucry.net/(syc)/guestbook/admin.php" title="!">*</a>
<a target="_blank" href="http://sawyoucry.net/(syc)/links/admin.php" title="!">*</a>
<a target="_blank" href="http://sawyoucry.net/(syc)/buttonwall/admin.php" title="!">*</a>
<a target="_blank" href="http://www.cbox.ws/admin.php" title="!">*</a>
</font>
<br />
<img src="http://sawyoucry.net/(syc)/counter/online/locationcounter.php?location=http://sawyoucry.net/tutorial/miscellaneous/earn-money-online/feed/" alt=""  />
</div><!--id:myhits-->
</center>

<p />&nbsp;<p />&nbsp;<br />
<!--<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1508385-1";
urchinTracker();
</script>-->
</div><!--justify-->
</div><!--sidecontent-->

<div class="footer">
</div> <!--footer-->

</div><!--container-->


</body></html>