function putPeel(peel_adurl, small_ImagePath, big_ImagePath) {
	var peel = $('jcornerSmall');
	if(peel) {
		var flashvars = { ico:small_ImagePath };
		var params = { allowScriptAccess: "always", wmode: "transparent", scale: "noscale", quality: "high", menu: "false"};
		var attributes = { id: "peelSmall", name: "peelSmall" };
		swfobject.embedSWF("/swf/peel/small.swf", "jcornerSmall", "100", "100", "8", false, flashvars, params, attributes);
		var flashvars = { big:big_ImagePath, ad_url:peel_adurl };
		var params = { allowScriptAccess: "always", wmode: "transparent", scale: "noscale", quality: "high", menu: "false"};
		var attributes = { id: "peelBig", name: "peelBig" };
		swfobject.embedSWF("/swf/peel/large.swf", "jcornerBig", "650", "650", "8", false, flashvars, params, attributes);
		var putSuccess = $('peelBig');
		setTimeout('$("peelBig").style.top = "-1000px";',1000);
	}
}

function sizeup987(){
	$('peelBig').style.top = '0px';
	$('peelSmall').style.top = '-1000px';
}

function sizedown987(){
	$("peelSmall").style.top = "0px";
	$("peelBig").style.top = "-1000px";
}

document.write('<div id="jcornerSmall"><!--comment--></div>');
document.write('<div id="jcornerBig"><!--comment--></div>');
