var crn = new Class_ColorRightNav();

crn.addTextHeader(
	{ 
	'label' 	: 'ASTRO BASICS', 
	'url' 		: '#'
	}
);
crn.addLinks(
	{ 
	'label'	: 'The Signs',
	'url' 		: '/astro/signs/index.html'
	},
	{ 
	'label'	: '2006 Forecast',
	'url' 		: '/astro/forecast/2006/index.html'
	},
	{ 
	'label'	: 'Numerology',
	'url' 		: '/astro/numerology/index.html'
	},
	{ 
	'label'	: 'The Chinese Zodiac',
	'url' 		: '/astro/chinese/index.html'
	}
);
crn.addTextHeader(
	{ 
	'label' 	: 'LOVE & THE STARS', 
	'url' 		: '#'
	}
);
crn.addLinks(
	{ 
	'label'	: 'Love Match', 
	'url' 		: '/astro/match/'
	},
	{ 
	'label'	: '8 Ball of Love', 
	'url' 		: 'javascript:openWindow(\'/astro/eightball/index.html\',\'eightball\',460,413,0)'
	}
);
crn.addTextHeader(
	{ 
	'label' 	: 'MYSTICISM', 
	'url' 		: '#'
	}
);
crn.addLinks(
	{ 
	'label'	: 'Auras',
	'url' 		: '/astro/auras/index.html'
	},
	{ 
	'label'	: 'Astroglyphics',
	'url' 		: '/astro/glyphs/index.html'
	},
	{ 
	'label'	:'Feng Shui',
	'url' 		: '/astro/feng/index.html'
	}
);
crn.addTextHeader(
	{ 
	'label' 	: 'FORTUNES', 
	'url' 		: '#'
	}
);
crn.addLinks(
	{ 
	'label'	: 'Runes',
	'url' 		: '/astro/runes/index.html'
	},
	{ 
	'label'	: 'Tarot',
	'url' 		: 'javascript:openWindow(\'/astro/tarot/\',\'tarot\',640,480,0)'
	},
	{ 
	'label'	: 'Fortune Cookie',
	'url' 		: '/astro/fortune/index.html'
	},
	{ 
	'label'	: 'Tea Leaves',
	'url' 		: '/astro/tea_leaves/index.html'
	}
);
crn.addTextHeader(
	{ 
	'label' 	: 'STAR DELIVERY', 
	'url' 		: '#'
	}
);
crn.addLinks(
	{ 
	'label'	: 'Lifetime Astrology Newsletter',
	'url' 		: '/astro/newsletter/index.html'
	},
	{ 
	'label'	: 'Astrology E-cards',
	'url' 		: '/ecards/astro/index.html'
	}
);

crn.addRightAds();


/*
SPECIAL FOR ASTRO - DREAM DECODER BOX
*/
function addDreamDecoder()
{
	var dd = [];
	dd.push(
				'<center><table border=0 cellpadding=0 cellspacing=0 width=120>',
				'<tr>',
					'<td background=""><br />',
						'<form action="http://www.lifetimetv.com/cgi/astro_decoder.cgi">',
						'<input id="ddfield" type=text name="Query" value="Enter dream keyword" size=20 onFocus="this.value=\'\'">',
						'<div id="ddor">OR</div><img src="http://www.lifetimetv.com/images/common/spacer.gif" width=100 height=3><br>',
						'<select id="ddtheme" onChange="var w=this.options[this.selectedIndex].value;window.location=w">',
						'<option value="">Select a theme</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/animals.html">Animals</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/ownself.html">The Body</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/family.html">Family</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/fear.html">Fears</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/food.html">Food</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/items.html">Household</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/lifetime.html">Lifetime</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/love.html">Love</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/medicine.html">Medicine</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/money.html">Money</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/music.html">Music</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/nature.html">Nature</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/officials.html">Peoples</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/places.html">Places</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/tools.html">Tools</option>',
						'<option value="http://www.lifetimetv.com/astro//decoder/themes/travel.html">Travel</option>',
						'</select>',
						'<input type=hidden name=Stage value="1">',
						'<div align=right><input type=image src="http://www.lifetimetv.com/images/astro/astro_btn_decodergo.gif" vspace=4 border=0></div>',
						'</form>',
					'</td>',
				'</tr>',
				'</table></center>'
				);

	return dd.join('\n');
}

