 <!--End of framework header file--><!--//
function csPznHrscpNav() {
	var output = '';
	output =  output + '<table cellspacing=0 cellpadding=0 border=0 width=100%><tr><td><table border=0 cellpadding=4 cellspacing=0 width=100%>' +
'<tr>' +
	'<td>' +
	'<TABLE border=0 cellPadding=2 cellSpacing=0 width=100% bgcolor=88B2FF>' +
		'<TR>' +
			'<TD>' +
			'<table border=0 cellpadding=3 cellspacing=0 width=100%>' +
				'<tr align=center>' +
				   '<TD bgcolor=88B2FF width=16%><A href="http://horoscopes.iwon.com/index.html"><FONT color=ffffff face=Verdana,Sans-Serif size=1><b>Home</b></FONT></A></TD>' +
					'<TD bgcolor=e2e2e2 width=16%><A href="http://horoscopes.iwon.com/profile/id/'+passThroughIDEval+'_0_0_0_Sunsign_1.html"><FONT color=0033cc face=Verdana,Sans-Serif size=1><b>Sun sign profile</b></FONT></A></TD>' +
					'<TD bgcolor=e2e2e2 width=16%><A href="http://horoscopes.iwon.com/profile/id/'+passThroughIDEval+'_0_0_0_Career_1.html"><FONT color=0033cc face=Verdana,Sans-Serif size=1><b>Career profile</b></FONT></A></TD>' +
					'<TD bgcolor=e2e2e2 width=16%><A href="http://horoscopes.iwon.com/profile/id/'+passThroughIDEval+'_0_0_0_Romantic_1.html"><FONT color=0033cc face=Verdana,Sans-Serif size=1><b>Romance profile</b></FONT></A></TD>' +
					'<TD bgcolor=e2e2e2 width=16%><A href="http://horoscopes.iwon.com/profile/id/'+passThroughIDEval+'_0_0_0_Travel_1.html"><FONT color=0033cc face=Verdana,Sans-Serif size=1><b>Travel profile</b></FONT></A></TD>' +
					'<TD bgcolor=e2e2e2 width=16%><A href="http://horoscopes.iwon.com/profile/id/'+passThroughIDEval+'_0_0_0_Fitness_1.html"><FONT color=0033cc face=Verdana,Sans-Serif size=1><b>Fitness profile</b></FONT></A></TD>' +
				'</tr>' +
				'</table>' +
			'</td>' +
		'</tr>' +
	'</table>' +
	'</td>' +
'</tr>' +
'</table></td></tr></table>';
	document.write(output);
}
function csPznHrscpTitleBar() {
	var output = '';
	if (isPznValue == 1) {
		var outputEditButn = '<TD bgColor=88B2FF align=right nowrap valign=middle><A href=http://my.iwon.com/editHO.jsp?ru=http://horoscopes.iwon.com/index.html><img src=http://ak.imgfarm.com/images/home_page/edit.gif width=24 height=13 border=0 align=absmiddle></a></TD>';
	} else {
		var outputEditButn = '';
	}
	if (passThroughIDEval == "") {
		var outputTtlLeft = 'HOROSCOPES';
		var dtStr = "";
		
		
		dtStr = hrscp_data[6];
		  var outputTtlRgt = dtStr;
	} else {
		if (aux == "Y") {
			var linkRgt1 = 'Today';
			var linkRgt2 = 'Tomorrow';
			var linkRgt1ID = '';
			var linkRgt2ID = 'T';
		} else if (aux == "T") {
			var linkRgt1 = 'Yesterday';
			var linkRgt2 = 'Today';
			var linkRgt1ID = 'Y';
			var linkRgt2ID = '';
		} else {
			var linkRgt1 = 'Yesterday';
			var linkRgt2 = 'Tomorrow';
			var linkRgt1ID = 'Y';
			var linkRgt2ID = 'T';
		}
		var outputTtlLeft = hrscp_data[6];
		var outputTtlRgt = '<A href=http://horoscopes.iwon.com/index/id/'+passThroughIDEval+'-'+linkRgt1ID+'.html><FONT face=Verdana,Sans-Serif color=ffffff size=1><b>'+linkRgt1+'</b></FONT></a><font size=1>&nbsp;&nbsp;&nbsp;</font><A href=http://horoscopes.iwon.com/index/id/'+passThroughIDEval+'-'+linkRgt2ID+'.html><FONT face=Verdana,Sans-Serif color=ffffff size=1><b>'+linkRgt2+'</b></FONT></a><font size=1>&nbsp;&nbsp;&nbsp;</font>';
	}
	output = output + '<TABLE border=0 cellPadding=3 cellSpacing=0 width=100%>' +
		'<TR>' +
			'<TD bgColor=88B2FF valign=middle nowrap><FONT color=white face=Verdana,Sans-Serif size=1><B>'+outputTtlLeft+'</B></FONT></TD>' +
			'<TD bgColor=88B2FF valign=middle align=right nowrap width=100%><FONT color=ffffff face=Verdana,Sans-Serif size=1><b>'+outputTtlRgt+'</b></FONT><br>' +
			'</TD>' +
			outputEditButn +
		'</TR>' +
		'</table>';
	document.write(output);
}
function csPznHrscpSignData() {
	var output = '';
	output = output + '<img src="http://ak.imgfarm.com/images/horoscope/signs/'+hrscp_data[1]+'.gif" width=75 height=64 border=0 alt="Aries" align=left>' ;
	if (hrscp_data[2] != "-") {
		output = output + '<img src=http://ak.imgfarm.com/images/horoscope/energy_meters/graph'+hrscp_data[2]+'.gif width=88 height=125 border=0 align=right alt="Energy Meter" vspace=10 hspace=10>' ;
	}
	output = output + '<br><font face=verdana,sans-serif color=3366cc><b>';
	if (aux == "Y") {
		output = output + "Yesterday's ";
	} else if (aux == "T") {
		output = output + "Tomorrow's ";
	} else {
		output = output + "Today's ";
	}	
	output = output + passThroughIDEval + ' Horoscope</b></font>' +	
		'<br>' +
		'<font color=000000 face="verdana,sans-serif" size="2">&nbsp;<b>'+hrscp_data[7]+'</font></b>' +
		'</font>' +
		'<br><br>' ;
	if (hrscp_data[3] != "-") {
		output = output + '<FONT face=Verdana,Sans-Serif size=2 color=000000>'+hrscp_data[3]+'</font>';
	}
	output = output + '<br><br>';
	if (hrscp_data[4] != "-") {
		output = output + '<FONT face=Verdana,Sans-Serif color=3366cc size=2><b>Romance</b></FONT><br><br><FONT face=Verdana,Sans-Serif size=2 color=000000>'+hrscp_data[4]+'</font><div align=right><a href=http://love.iwon.com/index.html><FONT face=Verdana,Sans-Serif color=0033cc size=2>View photos of singles</font></a></div>';
	}
	if (hrscp_data[5] != "-") {
		output = output + '<FONT face=Verdana,Sans-Serif color=3366cc size=2><b>Technical</b></FONT><br><br><FONT face=Verdana,Sans-Serif size=2 color=000000>'+hrscp_data[5]+'</font><br>';
	}
	document.write(output);
}
function csPznHrscpSignSelect() {
	var output = '';
	output = output + '<TABLE border=0 cellPadding=6 cellSpacing=0 width="100%">' +
	'<tr>' +
		'<td width=25%>' +
			'<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">' +
			'<tr>' +
			'<td align=middle>' +
			'<A href="http://horoscopes.iwon.com/index/id/Aries.html">' +
			'<IMG border=0 src="http://ak.imgfarm.com/images/horoscope/signs/aries.gif" HEIGHT=64 WIDTH=75 ALT=Aries BORDER=0></a>' +
			'</td></tr>' +
			'<tr>' +
			'<td align=middle>' +
			'<a href="http://horoscopes.iwon.com/index/id/Aries.html"><FONT face=Verdana,Sans-Serif size=2 color=0033cc>Aries</a></FONT>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp' +
			'</td></tr>' +
			'<tr>' +
			'<td align=middle><FONT face=Verdana,Sans-Serif size=1>Mar. 21 - Apr. 19</FONT></td></tr>' +
			'</TABLE>' +
		'</td>' +
		'<td width=25%>' +
			'<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">' +
			'<tr>' +
			'<td align=middle>' +
			'<A href="http://horoscopes.iwon.com/index/id/Taurus.html">' +
			'<IMG border=0 src="http://ak.imgfarm.com/images/horoscope/signs/taurus.gif" HEIGHT=64 WIDTH=75 ALT=Taurus BORDER=0></a>' +
			'</td></tr>' +
			'<tr>' +
			'<td align=middle>' +
			'<A href="http://horoscopes.iwon.com/index/id/Taurus.html"><FONT face=Verdana,Sans-Serif size=2 color=0033cc>Taurus</a></FONT>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp' +
			'</td></tr>' +
			'<tr>' +
			'<td align=middle><FONT face=Verdana,Sans-Serif size=1>Apr. 20 - May 20</FONT></td></tr>' +
			'</TABLE>' +
		'</td>' +
		'<td width=25%>' +
		'<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Gemini.html">' +
			'<IMG border=0 src="http://ak.imgfarm.com/images/horoscope/signs/gemini.gif" HEIGHT=64 WIDTH=75 ALT=Gemini BORDER=0></a>' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Gemini.html"><FONT face=Verdana,Sans-Serif size=2 color=0033cc>Gemini</a></FONT>&nbsp&nbsp&nbsp&nbsp&nbsp' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td><FONT face=Verdana,Sans-Serif size=1>May 21 - Jun. 21</FONT></td></tr>' +
			'</TABLE>' +
		'</td>' +
		'<td width=25%>' +
		'<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Cancer.html">' +
			'<IMG border=0 src="http://ak.imgfarm.com/images/horoscope/signs/cancer.gif" HEIGHT=64 WIDTH=75 ALT=Cancer BORDER=0></a>' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Cancer.html"><FONT face=Verdana,Sans-Serif size=2 color=0033cc>Cancer</a></FONT>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td><FONT face=Verdana,Sans-Serif size=1>Jun. 22 - Jul. 222</FONT></td></tr>' +
			'</TABLE>' +
		'</td>' +
	'</tr>' +
	'<tr align=middle>' +
		'<td width=25%>' +
		'<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Leo.html">' +
			'<IMG border=0 src="http://ak.imgfarm.com/images/horoscope/signs/leo.gif" HEIGHT=64 WIDTH=75 ALT=Leo BORDER=0></a>' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Leo.html"><FONT face=Verdana,Sans-Serif size=2 color=0033cc>Leo</a></FONT>&nbsp&nbsp&nbsp&nbsp&nbsp' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td><FONT face=Verdana,Sans-Serif size=1>Jul. 23 - Aug. 22</FONT></td></tr>' +
			'</TABLE>' +
		'</td>' +
		'<td width=25%>' +
		'<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Virgo.html">' +
			'<IMG border=0 src="http://ak.imgfarm.com/images/horoscope/signs/virgo.gif" HEIGHT=64 WIDTH=75 ALT=Virgo BORDER=0></a>' +
			'</td></tr>' +
			'<tr align=middle><td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Virgo.html"><FONT face=Verdana,Sans-Serif size=2 color=0033cc>Virgo</a></FONT>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td><FONT face=Verdana,Sans-Serif size=1>Aug. 23 - Sep. 22</FONT></td></tr>' +
			'</TABLE>' +
		'</td>' +
		'<td width=25%>' +
			'<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Libra.html">' +
			'<IMG border=0 src="http://ak.imgfarm.com/images/horoscope/signs/libra.gif" HEIGHT=64 WIDTH=75 ALT=Libra BORDER=0></a>' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Libra.html"><FONT face=Verdana,Sans-Serif size=2 color=0033cc>Libra</a></FONT>&nbsp&nbsp&nbsp&nbsp&nbsp' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td><FONT face=Verdana,Sans-Serif size=1>Sep. 23 - Oct. 22</FONT></td></tr>' +
			'</TABLE>' +
		'</td>' +
		'<td width=25%>' +
			'<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Scorpio.html">' +
			'<IMG border=0 src="http://ak.imgfarm.com/images/horoscope/signs/scorpio.gif" HEIGHT=64 WIDTH=75 ALT=Scorpio BORDER=0></a>' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Scorpio.html"><FONT face=Verdana,Sans-Serif size=2 color=0033cc>Scorpio</a></FONT>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td><FONT face=Verdana,Sans-Serif size=1>Oct. 23 - Nov. 21</FONT></td></tr>' +
			'</TABLE>' +
		'</td>' +
	'</tr>' +
	'<tr align=middle>' +
		'<td width=25%>' +
			'<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Sagittarius.html">' +
			'<IMG border=0 src="http://ak.imgfarm.com/images/horoscope/signs/sagittarius.gif" HEIGHT=64 WIDTH=75 ALT=Sagittarius BORDER=0></a>' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Sagittarius.html"><FONT face=Verdana,Sans-Serif size=2 color=0033cc>Sagittarius</a></FONT>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td><FONT face=Verdana,Sans-Serif size=1>Nov. 22 - Dec. 21</FONT></td></tr>' +
			'</TABLE>' +						
		'</td>' +
		'<td width=25%>' +
			'<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">' +
			'<tr align=middle>' +
			'<td><A href="http://horoscopes.iwon.com/index/id/Capricorn.html">' +
			'<IMG border=0 src="http://ak.imgfarm.com/images/horoscope/signs/capricorn.gif" HEIGHT=64 WIDTH=75 ALT=Capricorn BORDER=0></a>' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Capricorn.html"><FONT face=Verdana,Sans-Serif size=2 color=0033cc>Capricorn</a></FONT>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td><FONT face=Verdana,Sans-Serif size=1>Dec. 22 - Jan. 19</FONT></td></tr>' +
			'</TABLE>' +						
		'</td>' +
		'<td width=25%>' +
			'<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">' +
			'<tr align=middle>' +
			'<td><A href="http://horoscopes.iwon.com/index/id/Aquarius.html">' +
			'<IMG border=0 src="http://ak.imgfarm.com/images/horoscope/signs/aquarius.gif" HEIGHT=64 WIDTH=75 ALT=Aquarius BORDER=0></a>' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Aquarius.html"><FONT face=Verdana,Sans-Serif size=2 color=0033cc>Aquarius</a></FONT>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td><FONT face=Verdana,Sans-Serif size=1>Jan. 20 - Feb. 18</FONT></td></tr>' +
			'</TABLE>' +
		'</td>' +
		'<td width=25%>' +
			'<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Pisces.html">' +
			'<IMG border=0 src="http://ak.imgfarm.com/images/horoscope/signs/pisces.gif" HEIGHT=64 WIDTH=75 ALT=Pisces BORDER=0></a>' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td>' +
			'<A href="http://horoscopes.iwon.com/index/id/Pisces.html"><FONT face=Verdana,Sans-Serif size=2 color=0033cc>Pisces</a></FONT>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp' +
			'</td></tr>' +
			'<tr align=middle>' +
			'<td><FONT face=Verdana,Sans-Serif size=1>Feb. 19 - Mar. 20</FONT></td></tr>' +
			'</TABLE>' +
		'</td>' +
	'</tr>' +
	'</TABLE>' ;
	document.write(output);
}
function csPznHrscpSelectForm() {
	var output = '';
	output = output + '<FORM NAME="frmHoroscope"><table border=0 cellPadding=3 cellSpacing=0 width=100%><tr><td valign=middle><a href="http://lotto.iwon.com/pick7/game.jsp?PG=horoscope&SEC=module"><img src=http://ak.imgfarm.com/images/horoscope/other/17549_pick7_50k.gif width=342 height=63 border=0 align=absmiddle></a></td>' +
		'<td valign=middle width=15%><NOWRAP>' +
			'<select name="otherSigns" onChange=go(this) size="1" align="absmiddle">' +
			'<OPTION selected value="">Other Signs</OPTION>' +
			'<OPTION value="">----------------------------------</OPTION>' +
			'<OPTION value="http://horoscopes.iwon.com/index/id/Aries-'+aux+'.html">Aries</OPTION>' +
			'<OPTION value="http://horoscopes.iwon.com/index/id/Taurus-'+aux+'.html">Taurus</OPTION>' +
			'<OPTION value="http://horoscopes.iwon.com/index/id/Gemini-'+aux+'.html">Gemini</OPTION>' +
			'<OPTION value="http://horoscopes.iwon.com/index/id/Cancer-'+aux+'.html">Cancer</OPTION>' +
			'<OPTION value="http://horoscopes.iwon.com/index/id/Leo-'+aux+'.html">Leo</OPTION>' +
			'<OPTION value="http://horoscopes.iwon.com/index/id/Virgo-'+aux+'.html">Virgo</OPTION>' +
			'<OPTION value="http://horoscopes.iwon.com/index/id/Libra-'+aux+'.html">Libra</OPTION>' +
			'<OPTION value="http://horoscopes.iwon.com/index/id/Scorpio-'+aux+'.html">Scorpio</OPTION>' + 
			'<OPTION value="http://horoscopes.iwon.com/index/id/Sagittarius-'+aux+'.html">Sagittarius</OPTION>' + 
			'<OPTION value="http://horoscopes.iwon.com/index/id/Capricorn-'+aux+'.html">Capricorn</OPTION>' +
			'<OPTION value="http://horoscopes.iwon.com/index/id/Aquarius-'+aux+'.html">Aquarius</OPTION>' +
			'<OPTION value="http://horoscopes.iwon.com/index/id/Pisces-'+aux+'.html">Pisces</OPTION>' +
			'</SELECT>' +
		'</NOWRAP><font size=1><br><br></font>' +
		'<A href=http://www1.iwon.com/home/horoscope/horoscope_sign_selection_index/0,12241,'+passThroughIDEval+'_0_0_0_0_1,00.html><font face=Verdana,Sans-Serif size=2 color=0033cc>Horoscope home</A></FONT></FONT></tr></table></FORM>';
	document.write(output);
}
function csPznHrscpTools() {
	var output = '';
	output = output + '<TABLE border=0 cellPadding=3 cellSpacing=0 width=100%><TR><TD bgColor=88B2FF><FONT color=white face=Verdana,Sans-Serif size=1><B>&nbsp;HOROSCOPE TOOLS</B></FONT></TD></TR></table>' +
		'<TABLE border=0 cellPadding=0 cellSpacing=0 width=100%>' +
		'<tr><td height=3></td></tr>' +
		'<tr>' ;
	for (var i=1; i < eval(hrscp_tools).length; i++) {
		thisToolData = eval(hrscp_tools)[i].split("?"); output = output + '<td width=30% align=left nowrap>' +
			'<A href=http://www1.iwon.com/home/horoscope/horoscope_match_query_index/0,1854,'+hrscp_tools[0]+'_'+thisToolData[0]+'_0_0_0_1,00.html>' +
			'<FONT face=Verdana,Sans-Serif size=2 color=0033cc>'+thisToolData[2]+'</FONT></A></td>' +
			'<td width=5%></td>' ;
	}
	output = output + '</tr>' +
		'<tr><td>&nbsp;<br><br></td></tr></TABLE>' ;
	document.write(output);
}
function csPznHrscpRsrcs() {
	var output = '';
	output =  output + '<TABLE bgColor=6699ff border=0 cellPadding=2 cellSpacing=0 width=100%><TR><TD>' +
	 	'<TABLE bgColor=ffffff border=0 cellPadding=2 cellSpacing=0 width=100%>' +
		'<TR>' +
			'<TD bgColor=88B2FF colSpan=2>' +
			'<FONT color=ffffff face=Verdana,Sans-Serif size=1><B>' ;
			if (isPznValue == 1) {
				output =  output + 'MY '+hrscp_rsrcs[0].toUpperCase()+' INFO';
			} else {
				output =  output + 'MORE '+hrscp_rsrcs[0].toUpperCase()+' INFO';
			}
			output =  output + '</B></FONT>' +
			'</TD>' +
		'</TR>' ;
	if (passThroughIDEval == "") {
		output = output + '<TR>' +
			'<TD width=5%></TD>' +
			'<TD width=95%>' +
			'<A href="http://horoscopes.iwon.com/index/id/'+hrscp_rsrcs[0]+'.html">' +
			'<FONT color=0033cc face=Verdana,Sans-Serif size=2>Today&#39s Horoscope</FONT></A>' +
			'</TD>' +
		'</TR>' ;
	}
	for (var i=2; i < eval(hrscp_rsrcs).length; i++) {
		thisRsrcData = eval(hrscp_rsrcs)[i].split("?"); output = output + '<TR>' +
			'<TD width=5%></TD>' +
			'<TD width=95%>' +
			'<A href="http://horoscopes.iwon.com/profile/id/'+hrscp_rsrcs[0]+'_0_0_0_'+thisRsrcData[0]+'_1.html">' +
			'<FONT color=0033cc face=Verdana,Sans-Serif size=2>'+thisRsrcData[1]+'</FONT></A>' +
			'</TD>' +
		'</TR>' ;
	}
		output = output + '<TR>' +
			'<TD width=5%></TD>' +
			'<TD width=95%><A href="http://www1.iwon.com/bd.redir?redir=http://www.iwon.com/bd.redir&redir=http://www.chartshop.com/iwon.html&alias=/external/chartshop"><FONT color=0033cc face=Verdana,Sans-Serif size=2>Free personalized reading</FONT></A>' +
			'</TD>' +
		'</TR>' +
		'<TR>' +
			'<TD width=5%></TD>' +
			'<TD width=95%><A href="http://www1.iwon.com/home/horoscope/horoscope_sign_selection_index/0,12241,'+hrscp_rsrcs[0]+'_0_0_0_0_1,00.html"><FONT color=0033cc face=Verdana,Sans-Serif size=2>Check other horoscopes</FONT></A>' +
			'</TD>' +
		'</TR>' +
	'</TABLE>' +
	'</TD></TR></TABLE>';
	document.write(output);
}
//-->