
/*
 * createViewBasketFormBody()
 */
function createViewBasketFormBody()
{
	document.write('<table><tr><td>'); 
		document.write('<font face="verdana" size=1>View Cart </font>'); 
	document.write('</td><td>'); 
		document.write('<input type="hidden" name="cmd" value="_cart">');
		document.write('<input type="hidden" name="business" value="payments@time2changeuk.com">');
		document.write('<input type="image" src="images/basket.gif" border="0" name="submit" alt="View the contents of your basket" title="View the contents of your basket">'); 
		document.write('<input type="hidden" name="display" value="1">');
		document.write('<input type="hidden" name="page_style" value="time2Change">');
	document.write('<td></tr></table>'); 

}


function generateTime2ChangeFeedsHeader()
{
	document.write('<table width="80%"  border="0" align="center"  cellpadding="0" cellspacing="0">');
	document.write('<tbody>');
	document.write('<tr><td valign="top" align-=middle >');
		document.write('<a href="time2changefeedservice.html"><IMG width=300 height=29 border=0 src="images/TIME2CHANGEFEEDS.JPG"></a>');
	document.write('</td></tr></tbody></table>');
}	


function generateTime2ChangeFeedsNavigationBar()
{
	document.write('<A HREF="time2changefeedservice.html">');
	document.write('<font face=verdana size=2 color=white>Home</a>');  
	document.write(' | ');
	document.write('<A HREF="../contact.html">');
	document.write('<font face=verdana size=2 color=white>Contact</a>');  
	document.write(' | ');
	document.write('<A HREF="time2changefeedservicefaq.html">');
	document.write('<font face=verdana size=2 color=white>FAQ</a>');  
	document.write(' | </font>');
	document.write('<A HREF="time2changefeedsindex.html">');
	document.write('<font face=verdana size=2 color=white>Index</a>');  
	document.write(' | </font>');
	document.write('<A HREF="time2changefeedservicedetails.html">');
	document.write('<font face=verdana size=2 color=white>Package Details</a>');  
	document.write(' | </font>');
	document.write('<A HREF="time2changefeedsproductfeedfile.html">');
	document.write('<font face=verdana size=2 color=white>Time2Change Feed</a>');  
	document.write('  </font>');


}




function generateExchangeLinksBox()
{
	document.write('<br><table width="100%"  border="0" align="center" style="background-color: rgb(204,42,204);" cellpadding="1" cellspacing="0">');
	document.write('<tbody>');
	document.write('<tr><td valign="top">');
	
	document.write('<table bgcolor=#ffffff width="100%"   border="0" cellpadding="2" cellspacing="0">');
	document.write('<tbody>');
	document.write('<tr><td align=left valign=top>');
	document.write('<font size=1>');
	document.write('<a href="exchangelinkswithtime2change.html">');
	document.write('<img src="images/pagerank.jpg" border=0>');
	document.write('</a>');
	document.write('</font>');
	document.write('</td><td align=left valign=top>');
	document.write('<font size=1>');
	document.write('<a href="exchangelinkswithtime2change.html">');
	document.write('<font size=1>Exchange links with us');
	document.write('</a>');
	document.write('</td></tr></tbody></table>');
	document.write('</td></tr></tbody></table>');
}	


	




function generateSocialBookmarkingBox()
{
	loc=location.href;
	document.write('<table width="100%"  border="0" align="center" style="background-color: rgb(204,42,204);" cellpadding="1" cellspacing="0">');
	document.write('<tbody>');
	document.write('<tr><td width=100% valign="top">');
	
	document.write('<table bgcolor=#ffffff width="100%"   border="0" cellpadding="2" cellspacing="0">');
	document.write('<tbody>');
	document.write('<tr><td align=middle width=100% valign=top>');


	document.write('<font size=1>Bookmark this page</font><br>');
	
	document.write('<a title="Post this page to Delicious" href="http://del.icio.us/post?url=');
	document.write(loc);
	document.write('">');
	document.write('<img width=18 height=20 border=0 src="images/delicious-icon.jpg">');
	document.write('</a>');

document.write('&nbsp;&nbsp');

	document.write('<a title="Post this page to Digg" href="http://digg.com/submit?url=');
	document.write(loc);
	document.write('">');
	document.write('<img width=18 height=17 border=0 src="images/digg-icon.jpg">');
	document.write('</a>');

document.write('&nbsp;&nbsp');

	document.write('<a title="Post this page to reddit" href="http://reddit.com/submit?url=');
	document.write(loc);
	document.write('">');
	document.write('<img width=17 height=16 border=0 src="images/reddit-icon.jpg">');
	document.write('</a>');

document.write('&nbsp;&nbsp');

	document.write('<a title="Post this page to Facebook" href="http://www.facebook.com/sharer.php?u=');
	document.write(loc);
	document.write('">');
	document.write('<img width=16 height=16 border=0 src="images/facebook-icon.jpg">');
	document.write('</a>');

document.write('&nbsp;&nbsp');

	document.write('<a title="Post this page to StumbleUpon" href="http://www.stumbleupon.com/submit?url=');
	document.write(loc);
	document.write('">');
	document.write('<img width=18 height=16 border=0 src="images/stumbleupon-icon.jpg">');
	document.write('</a>');


	document.write('</td></tr></tbody></table>');
	document.write('</td></tr></tbody></table>');
}	






function generateSearchBox()
{
	generateOpenItemBox();
        document.write('<form method="post" action="search.pl">');
        document.write('<font size=1 face="verdana">Recipe Search<br></font>');
	document.write('<input type="text" name="terms" size="10" />');
	document.write('<input type="submit" value="Go" />');
    	document.write('</form>');
	generateCloseItemBox();
}




function generateBigSearchBox()
{
	generateBigOpenItemBox();
        document.write('<form method="post" action="search.pl">');
        document.write('<font size=1 face="verdana">Recipe Search<br></font>');
	document.write('<input type="text" name="terms" size="40" />');
	document.write('<input type="submit" value="Go" />');
    	document.write('</form>');
	generateCloseItemBox();
}



/*
 * createFullCreditCardImages()
 */
function createFullCreditCardImages()
{
	document.write('<img src="images/iconMaster.gif" width="37" height="23" border=0>');
	document.write('&nbsp;<img src="images/iconVisa.gif" width="37" height="23" border=0>');
	document.write('&nbsp;<img src="images/iconAmEx.gif" width="37" height="23" border=0>');
	document.write('&nbsp;<img src="images/iconUKPpl.gif" width="18" height="23"  border=0>');
	document.write('&nbsp;<img src="images/iconUKGrn.gif" width="18" height="23" border=0>');
	document.write('&nbsp;<img src="images/iconVisa1.gif" width="37" height="23" border=0>');
	document.write('&nbsp;<img src="images/iconVisaElectron.gif" width="37" height="23" border=0>');
}	

/*
 * createPartialCreditCardImages()
 */
function createPartialCreditCardImages()
{
	document.write('<img src="images/iconMaster.gif" width="37" height="23" border=0>');
	document.write('&nbsp;<img src="images/iconVisa.gif" width="37" height="23" border=0>');
	document.write('&nbsp;<img src="images/iconAmEx.gif" width="37" height="23" border=0>'); 
	document.write('&nbsp;<img src="images/iconUKGrn.gif" width="18" height="23" border=0>');
}	


/*
 * generateOpenItemBox()
 */
 
function generateOpenItemBox()
{
	document.write('<table width="120" HEIGHT=5 border="0" align="center" style="background-color: #b580FF;" cellpadding="1" cellspacing="0">');
	document.write('<tbody>');
	document.write('<tr><td>');
	document.write('<table width="100%" HEIGHT=5  border="0" cellpadding="2" cellspacing="0">');
	document.write('<tbody>');
	document.write('<tr><td onMouseOver="this.bgColor=\'#DABFFF\'" onMouseOut="this.bgColor=\'#ffffff\'" bgcolor=#ffffff nowrap="nowrap" valign="top">');
}	

 
function generateBigOpenItemBox()
{
	document.write('<table width="220" HEIGHT=5 border="0" align="center" style="background-color: #b580FF;" cellpadding="1" cellspacing="0">');
	document.write('<tbody>');
	document.write('<tr><td>');
	document.write('<table width="100%" HEIGHT=5  border="0" cellpadding="2" cellspacing="0">');
	document.write('<tbody>');
	document.write('<tr><td onMouseOver="this.bgColor=\'#DABFFF\'" onMouseOut="this.bgColor=\'#ffffff\'" bgcolor=#ffffff nowrap="nowrap" valign="top">');
}	


/*
 * generateCloseItemBox()
 */

function generateCloseItemBox()
{
	document.write('</td></tr></tbody></table>');
	document.write('</td></tr></tbody></table>');
}	



function generateFreePandPBox()
{
	document.write('<table width="80%"  border="0" align="center"  cellpadding="0" cellspacing="0">');
	document.write('<tbody>');
	document.write('<tr><td valign="top" align-=middle >');
		document.write('<a href="ordering.html"><IMG width=230 height=29 border=0 src="images/FREEPANDP.JPG"></a>');
	document.write('</td></tr></tbody></table>');
}	

/*
 * createViewBasketFormBody()
 */
function createViewBasketFormBody()
{
	document.write('<table><tr><td>'); 
		document.write('<font face="verdana" size=1>View Cart </font>'); 
	document.write('</td><td>'); 
		document.write('<input type="hidden" name="cmd" value="_cart">');
		document.write('<input type="hidden" name="business" value="payments@time2changeuk.com">');
		document.write('<input type="image" src="images/basket.gif" border="0" name="submit" alt="View the contents of your basket" title="View the contents of your basket">'); 
		document.write('<input type="hidden" name="display" value="1">');
		document.write('<input type="hidden" name="page_style" value="time2Change">');
	document.write('<td></tr></table>'); 

}


/*
 * createPaypalLogo()
 */
function createPaypalLogo()
{
	document.write('<img src="images/logoPaypal.gif" width="94" height="25" border=0>');
}	

/*
 * createPaypalLogoVerified()
 */
function createPaypalLogoVerified()
{
	document.write('<img src="images/logoPaypalverified.gif" width="88" height="33" border=0>');
}	

/*
 * createNoChexLogo()
 */
function createNoChexLogo()
{
	document.write('<img src="images/logonochex.gif" width="88" height="33" border=0>');
}	

