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() {
			$('#cr8innerdiv').append('<div><img src="http://ny-image0.etsy.com/il_170x135.84667168.jpg" width="150"  /><br/><strong>Price:</strong>$30.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=29002585">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />Bud Vase, Red, undulating foot, wave texture...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=29002585&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://ny-image2.etsy.com/il_170x135.128280314.jpg" width="150"  /><br/><strong>Price:</strong>$44.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=42129317">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />French Butter Keeper, Two Sticks of Butter, MADE TO ORDER-Aqua with Big Happy Blue Dot on ...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=42129317&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://ny-image3.etsy.com/il_170x135.136567863.jpg" width="150"  /><br/><strong>Price:</strong>$48.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=44556978">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />French Butter Dish, Large, MADE TO ORDER, Delicately Incised Ray Pattern, White with Big H...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=44556978&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://ny-image2.etsy.com/il_170x135.155196950.jpg" width="150"  /><br/><strong>Price:</strong>$24.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=50566830">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />One Large Mug, 4 available, Elizabeth and Luke Wedding Registry, elegant blue spiral handl...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=50566830&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://ny-image3.etsy.com/il_170x135.87477995.jpg" width="150"  /><br/><strong>Price:</strong>$74.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=30004680">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />Chopstick bowls, set of 3, for rice in blue with knob....</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=30004680&ref=Cr8tivity_widget">[ more info ]</a></div> ');
			$.getScript("http://Cr8tivity.com/js/jQueryCycle.js",function(){
					$('#cr8innerdiv').cycle({
						fx:     'scrollHorz',
						timeout: 6000,
						delay:  -2000,
						next:   '#cr8next', 
						prev:   '#cr8prev',
						pause:  1,
						before: onBefore
					});
				});
			
			//$('#cr8outerdiv').show('slow');
		});
	}
}
initJQuery();
function onBefore(curr, next, opts) { 
			$('#cr8outerdiv').fadeIn('slow');
}
function start_slideshow(){
	$('#cr8innerdiv').cycle({
				fx:     'scrollRight',
				timeout: 6000,
				delay:  -2000,
				pause: 1
		});
}		