var jQueryScriptOutputted = false;
	if(typeof(cr8_timeout) == 'undefined') {
		var cr8_timeout=6000;
	}
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() {
			$('#cr8innerdiv5752488').append('<div style="width:150px;position:relative;"><table cellspacing="5"><tr><td style="border:#CCC solid 1px;"><img src="http://img0.etsystatic.com/il_170x135.114024508.jpg" width="135" /><span style="margin-top:5px; font-size:12px;line-height:11px;"><br />SPECIAL...ALL dresses are 2 for 40....</span><br/><span style="margin-top:8px; font-size:12px;line-height:13px;"><strong>USD $25.99</strong>&nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/37939683/specialall-dresses-are-2-for-40custom?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">Buy</a> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/37939683/specialall-dresses-are-2-for-40custom?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">[ more info ]</a></span></td></tr> <tr><td style="border:#CCC solid 1px;"><img src="http://img0.etsystatic.com/il_170x135.156635728.jpg" width="135" /><span style="margin-top:5px; font-size:12px;line-height:11px;"><br />Pillowcase Dress/Top/Tunic...SPOTTE...</span><br/><span style="margin-top:8px; font-size:12px;line-height:13px;"><strong>USD $25.99</strong>&nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/50995836/pillowcase-dresstoptunicspotted?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">Buy</a> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/50995836/pillowcase-dresstoptunicspotted?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">[ more info ]</a></span></td></tr> <tr><td style="border:#CCC solid 1px;"><img src="http://img2.etsystatic.com/il_170x135.261027626.jpg" width="135" /><span style="margin-top:5px; font-size:12px;line-height:11px;"><br />Pillowcase Dress...Sassy Damask...b...</span><br/><span style="margin-top:8px; font-size:12px;line-height:13px;"><strong>USD $25.99</strong>&nbsp;&nbsp;&nbsp;&nbsp; <a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/78943367/pillowcase-dresssassy-damaskbugs-n-bees?utm_source=cr8tivitycomfornewap&utm_medium=api&utm_campaign=api">Buy</a> <br /><a target="_blank" style="color:#990000;" href="http://www.etsy.com/listing/78943367/pillowcase-dresssassy-damaskbugs-n-bees?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(){
					$('#cr8innerdiv5752488').cycle({
						fx:     'scrollHorz',
						timeout: cr8_timeout,
						delay:  -4000,
						next:   '#cr8next', 
						prev:   '#cr8prev',
						pause:  1,
						before: onBefore
					});
				});
		});
	}
}
initJQuery();
function onBefore(curr, next, opts) { 
			$('#cr8outerdiv5752488').show('slow');
}
