
			var Mythxt=MythNum(18); //The current amount of myths in rotation.
			var oID=new Array()
			oID[0]='';
			oID[1]='<b>Myth #06</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=176" > Your Fantasies Reveal Your True Desires</a>';
			oID[2]='<b>Myth #07</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=124" > Married People Have Less Sex</a>';
			oID[3]='<b>Myth #08</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=139" > You Can Estimate a Man\'s Penis Size</a>';
			oID[4]='<b>Myth #09</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=194" > Most Women Can Orgasm Through Intercourse Alone</a>';
			oID[5]='<b>Myth #10</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=137" > Women Don\'t Masturbate</a>';
			oID[6]='<b>Myth #11</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=193" > Heterosexual Couples Don\'t Enjoy Anal Sex</a>';
			oID[7]='<b>Myth #12</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=134" > Women Desire a Man with a Large Penis</a>';
			oID[8]='<b>Myth #13</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=190" > Intercourse is the Most Enjoyable Sexual Activity</a>';
			oID[9]='<b>Myth #14</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=130" > Masturbation is Physically and Mentally Harmful</a>';
			oID[10]='<b>Myth #15</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=198" > Erotica is a 20th Century Invention</a>';
			oID[11]='<b>Myth #16</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=144" > Most Men are Unfaithful </a>';
			oID[12]='<b>Myth #17</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=202" > \'Sex\' Means Intercourse </a>';
			oID[13]='<b>Myth #18</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=153" > Most Men Prefer Women with Large Breasts </a>';
			oID[14]='<b>Myth #19</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=211" > Most Married People Are Unfaithful </a>';
			oID[15]='<b>Myth #20</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=157" > Erections Are Necessary for Orgasm</a>';
			oID[16]='<b>Myth #21</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=167" > Most People Don\'t Fantasize </a>';
			oID[17]='<b>Myth #22</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=222" > Sex Negatively Affects Athletic Performance</a>';
			oID[18]='<b>Myth #23</b>:</span><a href="http://loveandhealth.ifriends.net/Article.cfm?Topic=2&SubTopic=18&Article=216" > Uncircumcised Men Enjoy Sex More</a>';


			function MythNum( n )
			 {
			   return ( Math.floor ( Math.random ( ) * n + 1 ) );
			 }



			function showMyth()
			{
			document.writeln(oID[Mythxt]);

			}
			