function faqs()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('<style>  .container	{	background: #F2F2F2;	width: 200px;	border: 1px solid black;	padding: 10px;	text-align: left;	font-size: 75%;        margin-left: 5px;        margin-right: 5px;	}  .container p	{	margin: 0px;	padding: 0px;	}</style><div class="container"><p>  <b>  Click here for the answer to this question and more:  </b></p><p>  <a target="_new" href="http://www.vbwpublishing.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=8">      Will my books only be available through Virtualbookworm?  </a></p></div>'); } // available
if (ranNum == 1){document.write('<style>  .container	{	background: #F2F2F2;	width: 200px;	border: 1px solid black;	padding: 10px;	text-align: left;	font-size: 75%;        margin-left: 5px;        margin-right: 5px;	}  .container p	{	margin: 0px;	padding: 0px;	}</style><div class="container"><p>  <b>  Click here for the answer to this question and more:  </b></p><p>  <a target="_new" href="http://www.vbwpublishing.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=21">      What will be the retail price of my book?  </a></p></div>'); } // retailprice
if (ranNum == 2){document.write('<style>  .container	{	background: #F2F2F2;	width: 200px;	border: 1px solid black;	padding: 10px;	text-align: left;	font-size: 75%;        margin-left: 5px;        margin-right: 5px;	}  .container p	{	margin: 0px;	padding: 0px;	}</style><div class="container"><p>  <b>  Click here for the answer to this question and more:  </b></p><p>  <a target="_new" href="http://www.vbwpublishing.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=20">      Who sets the price of the book?  </a></p></div>'); } // setprice
if (ranNum == 3){document.write('<style>  .container	{	background: #F2F2F2;	width: 200px;	border: 1px solid black;	padding: 10px;	text-align: left;	font-size: 75%;        margin-left: 5px;        margin-right: 5px;	}  .container p	{	margin: 0px;	padding: 0px;	}</style><div class="container"><p>  <b>  Click here for the answer to this question and more:  </b></p><p>  <a target="_new" href="http://www.vbwpublishing.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=23">      Do you accept color illustrations?  </a></p></div>'); } // colorpics
if (ranNum == 4){document.write('<style>  .container	{	background: #F2F2F2;	width: 200px;	border: 1px solid black;	padding: 10px;	text-align: left;	font-size: 75%;        margin-left: 5px;        margin-right: 5px;	}  .container p	{	margin: 0px;	padding: 0px;	}</style><div class="container"><p>  <b>  Click here for the answer to this question and more:  </b></p><p>  <a target="_new" href="http://www.vbwpublishing.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=50">      How often are authors paid?  </a></p></div>'); } // paidwhen
}
