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://img3.etsystatic.com/il_170x135.301760587.jpg" width="150"  /><br/><strong>Price:</strong>$4.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/90221998/valentine-soap-molds-plastic-single?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />Valentine soap molds plastic single cavity, Destash...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/90221998/valentine-soap-molds-plastic-single?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://img3.etsystatic.com/il_170x135.294258991.jpg" width="150"  /><br/><strong>Price:</strong>$3.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/88211203/assorted-scrapbooking-snowflake?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />assorted scrapbooking snowflake embellishments destash...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/88211203/assorted-scrapbooking-snowflake?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://img2.etsystatic.com/il_170x135.294391914.jpg" width="150"  /><br/><strong>Price:</strong>$4.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/88209863/clear-stamps-destash?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />clear stamps destash...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/88209863/clear-stamps-destash?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://img3.etsystatic.com/il_170x135.100404963.jpg" width="150"  /><br/><strong>Price:</strong>$8.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/33892466/tis-the-season-chipboard-photo-album?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />Tis the Season chipboard photo album wordbook...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/33892466/tis-the-season-chipboard-photo-album?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://img1.etsystatic.com/il_170x135.62969557.jpg" width="150"  /><br/><strong>Price:</strong>$2.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/22732942/scalloped-tags-destash-black-green-large?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />scalloped tags DESTASH black green large...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/22732942/scalloped-tags-destash-black-green-large?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api&ref=Cr8tivity_widget">[ more info ]</a></div> ');
$('#cr8innerdiv').append('<div><img src="http://img3.etsystatic.com/il_170x135.52501795.jpg" width="150"  /><br/><strong>Price:</strong>$2.00&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/16011735/scalloped-tags-destash-oval-large?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">Buy</a><span style="margin-top:5px; font-size:10px;line-height:11px;"><br />scalloped tags DESTASH oval large...</span> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/16011735/scalloped-tags-destash-oval-large?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api&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
		});
}		
