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-image1.etsy.com/il_200x200.127776077.jpg" width="150" height="150" /><br/><strong>Price:</strong>$185.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=41982962">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />Set Free, Original mixed media portrait...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=41982962&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://ny-image0.etsy.com/il_200x200.127038204.jpg" width="150" height="150" /><br/><strong>Price:</strong>$110.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=41764026">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />Two, Skinny Mixed Media Portrait...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=41764026&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://ny-image3.etsy.com/il_200x200.127037195.jpg" width="150" height="150" /><br/><strong>Price:</strong>$95.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=41763777">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />Woman, Mixed Media Portrait, original...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=41763777&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://ny-image0.etsy.com/il_200x200.127036356.jpg" width="150" height="150" /><br/><strong>Price:</strong>$95.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=41763391">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />Man, Skinny Canvas, Mixed Media Portrait...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=41763391&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://ny-image0.etsy.com/il_200x200.75004576.jpg" width="150" height="150" /><br/><strong>Price:</strong>$95.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=26324412">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />Enjoy, Original Mixed Media Painting...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=26324412&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://ny-image0.etsy.com/il_200x200.112365484.jpg" width="150" height="150" /><br/><strong>Price:</strong>$95.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=37440368">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />le marche, original mixed media painting...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=37440368&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://ny-image1.etsy.com/il_200x200.75446261.jpg" width="150" height="150" /><br/><strong>Price:</strong>$145.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/add_to_cart.php?listing_id=26456237">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />Blue Speckled Eggs 2, Original Mixed Media Painting...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/view_listing.php?listing_id=26456237&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
		});
}		