var jQueryScriptOutputted = false;

function initJQuery() {
	//if the jQuery object isn't available
	if (typeof(jQuery) == 'undefined') {
		if (! jQueryScriptOutputted) {
			//only output the script once..
			jQueryScriptOutputted = true;
			//output the script (load it from google api)
			document.write('<scr' + 'ipt type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></scr' + 'ipt>'); 
		}
		setTimeout("initJQuery()", 50);
	} else {
		$(function() {
			$('#cr8innerdiv7992606').append('<div style="width:295px;position:relative;"><table cellspacing="5"><tr><td style="border:#CCC solid 1px;"><img src="http://ny-image2.etsy.com/il_170x135.151061706.jpg" width="140" /><br/><span style="margin-top:8px; font-size:12px;line-height:13px;">USD $15.00&nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=49325637">Buy</a><span style="margin-top:5px; font-size:12px;line-height:11px;"><br />Set of Reversible Chenille Bib and Burp ...</span> <a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=49325637">[ more info ]</a></span></td> <td style="border:#CCC solid 1px;"><img src="http://ny-image3.etsy.com/il_170x135.150645315.jpg" width="140" /><br/><span style="margin-top:8px; font-size:12px;line-height:13px;">USD $24.00&nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=49201833">Buy</a><span style="margin-top:5px; font-size:12px;line-height:11px;"><br />Handmade Mary Jane Shoes (3-4 years old)...</span> <a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=49201833">[ more info ]</a></span></td> </tr></table></div>');
$('#cr8innerdiv7992606').append('<div style="width:295px;position:relative;"><table cellspacing="5"><tr><td style="border:#CCC solid 1px;"><img src="http://ny-image2.etsy.com/il_170x135.147228102.jpg" width="140" /><br/><span style="margin-top:8px; font-size:12px;line-height:13px;">USD $35.00&nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=48179886">Buy</a><span style="margin-top:5px; font-size:12px;line-height:11px;"><br />Children&#039;s Apron - Toddler Chefs Set (2 ...</span> <a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=48179886">[ more info ]</a></span></td> <td style="border:#CCC solid 1px;"><img src="http://ny-image3.etsy.com/il_170x135.147227271.jpg" width="140" /><br/><span style="margin-top:8px; font-size:12px;line-height:13px;">USD $15.00&nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=48179621">Buy</a><span style="margin-top:5px; font-size:12px;line-height:11px;"><br />Children&#039;s apron, brown shades (2 to 3 y...</span> <a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=48179621">[ more info ]</a></span></td> </tr></table></div>');
$('#cr8innerdiv7992606').append('<div style="width:295px;position:relative;"><table cellspacing="5"><tr><td style="border:#CCC solid 1px;"><img src="http://ny-image1.etsy.com/il_170x135.146985749.jpg" width="140" /><br/><span style="margin-top:8px; font-size:12px;line-height:13px;">USD $12.50&nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=48106232">Buy</a><span style="margin-top:5px; font-size:12px;line-height:11px;"><br />Handmade Headband - Butterfly Garden The...</span> <a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=48106232">[ more info ]</a></span></td> <td style="border:#CCC solid 1px;"><img src="http://ny-image3.etsy.com/il_170x135.146338995.jpg" width="140" /><br/><span style="margin-top:8px; font-size:12px;line-height:13px;">USD $12.50&nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=47909860">Buy</a><span style="margin-top:5px; font-size:12px;line-height:11px;"><br />100 Percent Cotton Floral Womens Handmad...</span> <a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=47909860">[ more info ]</a></span></td> </tr></table></div>');
			$.getScript("http://Cr8tivity.com/js/jQueryCycle.js",function(){
					$('#cr8innerdiv7992606').cycle({
						fx:     'scrollHorz',
						timeout: 6000,
						delay:  -3000,
						next:   '#cr8next', 
						prev:   '#cr8prev',
						pause:  1,
						before: onBefore
					});
				});
			
		});
	}
}
initJQuery();
function onBefore(curr, next, opts) { 
			$('#cr8outerdiv7992606').show('slow');
}