/* ASYNC:START */
/*
	multiple 'Async' loader - flexible and quick approach to bring in
	content within HTML/ASP pages.

	Gaza 12-oct-2005
*/


function loadAsyncHTML(n,p,f) {
	document.write("<div id='todaysBestDeals'><h4>Sponsored Links</h4><div id='googleadense'>");

	document.write("<script type='text\/javascript'> google_ad_client = \"pub-0889711162937032\"; google_ad_slot = \"8745295196\"; google_ad_width = 468; google_ad_height = 60;  <\/script> ");
	document.write(" <script type='text\/javascript'  src='http://pagead2.googlesyndication.com/pagead/show_ads.js'><\/script> ");
	document.write(" <\/div><\/div> ");

}

