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() {
			$('#cr8innerdiv5264098').append('<div style="width:295px;position:relative;"><table cellspacing="5"><tr><td style="border:#CCC solid 1px;"><img src="http://img2.etsystatic.com/il_170x135.290780266.jpg" width="140" /><br/><span style="margin-top:8px; font-size:12px;line-height:13px;">USD $19.00&nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/87279562/cuff-links-old-fire-brigade-buttons-from?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">Buy</a><span style="margin-top:5px; font-size:12px;line-height:11px;"><br />Cuff Links Old Fire Brigade Buttons from...</span> <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/87279562/cuff-links-old-fire-brigade-buttons-from?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">[ more info ]</a></span></td> <td style="border:#CCC solid 1px;"><img src="http://img3.etsystatic.com/il_170x135.190426699.jpg" width="140" /><br/><span style="margin-top:8px; font-size:12px;line-height:13px;">USD $19.00&nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/61088508/cuff-links-maori-warrior-one-shilling?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">Buy</a><span style="margin-top:5px; font-size:12px;line-height:11px;"><br />Cuff Links Maori Warrior one shilling Co...</span> <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/61088508/cuff-links-maori-warrior-one-shilling?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">[ more info ]</a></span></td> </tr></table></div>');
			$.getScript("http://Cr8tivity.com/js/jQueryCycle.js",function(){
					$('#cr8innerdiv5264098').cycle({
						fx:     'scrollHorz',
						timeout: 6000,
						delay:  -3000,
						next:   '#cr8next', 
						prev:   '#cr8prev',
						pause:  1,
						before: onBefore
					});
				});
			
		});
	}
}
initJQuery();
function onBefore(curr, next, opts) { 
			$('#cr8outerdiv5264098').show('slow');
}
