/**
 * Rounder - A lightweight round corners render developed by Derick Koo
 * All rights reserved by ConRic Consultancy Services http://www.conric.com/
 *
 * Usage: include this script in any page where contains Rounder elements
 * <link type="text/css" rel="stylesheet" link=".../rounder.css" />
 * <script type="text/javascript" src=".../rounder.js"></script>
 * ...
 * <div id="" class="Rounder">
 * </div>
 */
var com = {conric: {guyard: {Rounder: {
	render: function() {
    	var rounders = [];
    	if (arguments.length == 0) {
    		rounders = this.getPageRounders();
    		if (!rounders || rounders.length == 0) {
    			alert('Error, no DIV elements with style class "Rounder" found on this page!');
    		}
    	} else {
    		rounders = arguments;
    	}
    	for (var i = 0; rounders && i < rounders.length; i++) {
    		if (!rounders[i] || rounders[i].nodeType != 1) continue;
    		var roundDiv = document.createElement('div');
    		roundDiv.innerHTML = this.tpl;
    		var body = this.getRounderBody(rounders[i]) || this.getLastElementNode(rounders[i]);
    		if (body) {
    			rounders[i].insertBefore(roundDiv, body);
    		} else {
    			rounders[i].appendChild(roundDiv);
    		}
    	}
	},
	getPageRounders: function() {
		var divs = document.getElementsByTagName('div');
		var rounders = [];
		for (var i = 0; i < divs.length; i++) {
			if (this.Util.hasClass(divs[i], 'Rounder')) rounders.push(divs[i]);
		}
		return rounders.length > 0 ? rounders : null;
	},
	getRounderBody: function(div) {
		for (var i = 0; i < div.childNodes.length; i++) {
			var tmp = div.childNodes[i];
			if (tmp.nodeType == 1 && this.Util.hasClass(tmp, 'Body')) {
				return tmp;
			}
		}
		return null;
	},
	getLastElementNode: function(div) {
		for (var i = div.childNodes.length - 1; i > -1; i--) {
			var tmp = div.childNodes[i];
			if (tmp.nodeType == 1) {
				return tmp;
			}
		}
		return null;
	},
	Util: {
		hasClass: function(elem, clz) {
			var clzz = elem.className;
			if (clzz) {
				var arr = clzz.split(' ');
				for (var i = 0; i < arr.length; i++) {
					if (arr[i] == clz) return true;
				}
			}
			return false;
		},
		getHooker: function() {
			return function() {
				com.conric.guyard.Rounder.render();
			};
		}
	},
	hookUp: function() {
		var hooker = this.Util.getHooker();
		if (window.addEventListener) {
			window.addEventListener('load', hooker, false);
		} else if (window.attachEvent) {
			window.attachEvent('onload', hooker);
		} else {
			window.onload = hooker;
		}
	},
	tpl: '<div class="TopBg Bgc Bdc Tbgc"></div><div class="CenBg Bgc Bdc"></div><div class="BotBg Bgc Bdc"></div><div class="TL RC"><div class="V Bgc Bdc Tbgc"></div><div class="H Bgc Bdc Tbgc"></div><div class="R"><div style="left: 9px; top: 1px; height: 9px;" class="Bgc Tbgc"></div><div style="left: 8px; top: 1px; height: 9px;" class="Bgc Tbgc"></div><div style="left: 7px; top: 1px; height: 9px;" class="Bgc Tbgc"></div><div style="left: 6px; top: 1px; height: 9px;" class="Bgc Tbgc"></div><div style="left: 5px; top: 1px; height: 9px;" class="Bgc Tbgc"></div><div style="left: 4px; top: 2px; height: 8px;" class="Bgc Tbgc"></div><div style="left: 3px; top: 3px; height: 7px;" class="Bgc Tbgc"></div><div style="left: 2px; top: 4px; height: 6px;" class="Bgc Tbgc"></div><div style="left: 1px; top: 5px; height: 5px;" class="Bgc Tbgc"></div><div style="left: 0px; top: 10px; height: 0;" class="Bgc Tbgc"></div></div><div class="R"><div style="left: 9px; top: 0px; opacity: 0.974937; filter: alpha(opacity = 97);" class="Spot"></div><div style="left: 9px; top: -1px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 9px; top: 1px; opacity: 0.027864; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 8px; top: 0px; opacity: 0.873917; filter: alpha(opacity = 87);" class="Spot"></div><div style="left: 8px; top: 1px; opacity: 0.140382; filter: alpha(opacity = 14);" class="Spot"></div><div style="left: 7px; top: 0px; opacity: 0.668675; filter: alpha(opacity = 66);" class="Spot"></div><div style="left: 7px; top: 1px; opacity: 0.369877; filter: alpha(opacity = 36);" class="Spot"></div><div style="left: 6px; top: 0px; opacity: 0.352272; filter: alpha(opacity = 35);" class="Spot"></div><div style="left: 6px; top: 1px; opacity: 0.72623; filter: alpha(opacity = 72);" class="Spot"></div><div style="left: 5px; top: 1px; opacity: 0.891094; filter: alpha(opacity = 89);" class="Spot"></div><div style="left: 5px; top: 0px; opacity: 0.0296363; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 5px; top: 2px; opacity: 0.226539; filter: alpha(opacity = 22);" class="Spot"></div><div style="left: 5px; top: 1px; opacity: 0.996168; filter: alpha(opacity = 99);" class="Spot"></div><div style="left: 4px; top: 1px; opacity: 0.330127; filter: alpha(opacity = 33);" class="Spot"></div><div style="left: 4px; top: 3px; opacity: 0.0500643; filter: alpha(opacity = 5);" class="Spot"></div><div style="left: 4px; top: 2px; opacity: 0.841266; filter: alpha(opacity = 84);" class="Spot"></div><div style="left: 3px; top: 2px; opacity: 0.570714; filter: alpha(opacity = 57);" class="Spot"></div><div style="left: 3px; top: 1px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 3px; top: 4px; opacity: 0.0500643; filter: alpha(opacity = 5);" class="Spot"></div><div style="left: 3px; top: 3px; opacity: 0.749224; filter: alpha(opacity = 74);" class="Spot"></div><div style="left: 2px; top: 3px; opacity: 0.570714; filter: alpha(opacity = 57);" class="Spot"></div><div style="left: 2px; top: 2px; opacity: 0.010001; filter: alpha(opacity = 1);" class="Spot"></div><div style="left: 2px; top: 5px; opacity: 0.226539; filter: alpha(opacity = 22);" class="Spot"></div><div style="left: 2px; top: 4px; opacity: 0.841266; filter: alpha(opacity = 84);" class="Spot"></div><div style="left: 1px; top: 5px; opacity: 0.891094; filter: alpha(opacity = 89);" class="Spot"></div><div style="left: 1px; top: 4px; opacity: 0.330127; filter: alpha(opacity = 33);" class="Spot"></div><div style="left: 1px; top: 3px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 1px; top: 10px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 1px; top: 9px; opacity: 0.027864; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 1px; top: 8px; opacity: 0.140382; filter: alpha(opacity = 14);" class="Spot"></div><div style="left: 1px; top: 7px; opacity: 0.369877; filter: alpha(opacity = 36);" class="Spot"></div><div style="left: 1px; top: 6px; opacity: 0.72623; filter: alpha(opacity = 72);" class="Spot"></div><div style="left: 1px; top: 5px; opacity: 0.996168; filter: alpha(opacity = 99);" class="Spot"></div><div style="left: 0px; top: 9px; opacity: 0.974937; filter: alpha(opacity = 97);" class="Spot"></div><div style="left: 0px; top: 8px; opacity: 0.873917; filter: alpha(opacity = 87);" class="Spot"></div><div style="left: 0px; top: 7px; opacity: 0.668675; filter: alpha(opacity = 66);" class="Spot"></div><div style="left: 0px; top: 6px; opacity: 0.352272; filter: alpha(opacity = 35);" class="Spot"></div><div style="left: 0px; top: 5px; opacity: 0.0296363; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 0px; top: 10px; opacity: 1; filter: alpha(opacity = 100);" class="Spot"></div></div></div><div class="TR RC"><div class="V Bgc Bdc Tbgc"></div><div class="H Bgc Bdc Tbgc"></div><div class="R"><div style="left: 0px; top: 1px; height: 9px;" class="Bgc Tbgc"></div><div style="left: 1px; top: 1px; height: 9px;" class="Bgc Tbgc"></div><div style="left: 2px; top: 1px; height: 9px;" class="Bgc Tbgc"></div><div style="left: 3px; top: 1px; height: 9px;" class="Bgc Tbgc"></div><div style="left: 4px; top: 1px; height: 9px;" class="Bgc Tbgc"></div><div style="left: 5px; top: 2px; height: 8px;" class="Bgc Tbgc"></div><div style="left: 6px; top: 3px; height: 7px;" class="Bgc Tbgc"></div><div style="left: 7px; top: 4px; height: 6px;" class="Bgc Tbgc"></div><div style="left: 8px; top: 5px; height: 5px;" class="Bgc Tbgc"></div><div style="left: 9px; top: 10px; height: 0px;" class="Bgc Tbgc"></div></div><div class="R"><div style="left: 0px; top: 0px; opacity: 0.974937; filter: alpha(opacity = 97);" class="Spot"></div><div style="left: 0px; top: -1px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 0px; top: 1px; opacity: 0.027864; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 1px; top: 0px; opacity: 0.873917; filter: alpha(opacity = 87);" class="Spot"></div><div style="left: 1px; top: 1px; opacity: 0.140382; filter: alpha(opacity = 14);" class="Spot"></div><div style="left: 2px; top: 0px; opacity: 0.668675; filter: alpha(opacity = 66);" class="Spot"></div><div style="left: 2px; top: 1px; opacity: 0.369877; filter: alpha(opacity = 36);" class="Spot"></div><div style="left: 3px; top: 0px; opacity: 0.352272; filter: alpha(opacity = 35);" class="Spot"></div><div style="left: 3px; top: 1px; opacity: 0.72623; filter: alpha(opacity = 72);" class="Spot"></div><div style="left: 4px; top: 1px; opacity: 0.891094; filter: alpha(opacity = 89);" class="Spot"></div><div style="left: 4px; top: 0px; opacity: 0.0296363; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 4px; top: 2px; opacity: 0.226539; filter: alpha(opacity = 22);" class="Spot"></div><div style="left: 4px; top: 1px; opacity: 0.996168; filter: alpha(opacity = 99);" class="Spot"></div><div style="left: 5px; top: 1px; opacity: 0.330127; filter: alpha(opacity = 33);" class="Spot"></div><div style="left: 5px; top: 3px; opacity: 0.0500643; filter: alpha(opacity = 5);" class="Spot"></div><div style="left: 5px; top: 2px; opacity: 0.841266; filter: alpha(opacity = 84);" class="Spot"></div><div style="left: 6px; top: 2px; opacity: 0.570714; filter: alpha(opacity = 57);" class="Spot"></div><div style="left: 6px; top: 1px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 6px; top: 4px; opacity: 0.0500643; filter: alpha(opacity = 5);" class="Spot"></div><div style="left: 6px; top: 3px; opacity: 0.749224; filter: alpha(opacity = 74);" class="Spot"></div><div style="left: 7px; top: 3px; opacity: 0.570714; filter: alpha(opacity = 57);" class="Spot"></div><div style="left: 7px; top: 2px; opacity: 0.010001; filter: alpha(opacity = 1);" class="Spot"></div><div style="left: 7px; top: 5px; opacity: 0.226539; filter: alpha(opacity = 22);" class="Spot"></div><div style="left: 7px; top: 4px; opacity: 0.841266; filter: alpha(opacity = 84);" class="Spot"></div><div style="left: 8px; top: 5px; opacity: 0.891094; filter: alpha(opacity = 89);" class="Spot"></div><div style="left: 8px; top: 4px; opacity: 0.330127; filter: alpha(opacity = 33);" class="Spot"></div><div style="left: 8px; top: 3px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 8px; top: 10px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 8px; top: 9px; opacity: 0.027864; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 8px; top: 8px; opacity: 0.140382; filter: alpha(opacity = 14);" class="Spot"></div><div style="left: 8px; top: 7px; opacity: 0.369877; filter: alpha(opacity = 36);" class="Spot"></div><div style="left: 8px; top: 6px; opacity: 0.72623; filter: alpha(opacity = 72);" class="Spot"></div><div style="left: 8px; top: 5px; opacity: 0.996168; filter: alpha(opacity = 99);" class="Spot"></div><div style="left: 9px; top: 9px; opacity: 0.974937; filter: alpha(opacity = 97);" class="Spot"></div><div style="left: 9px; top: 8px; opacity: 0.873917; filter: alpha(opacity = 87);" class="Spot"></div><div style="left: 9px; top: 7px; opacity: 0.668675; filter: alpha(opacity = 66);" class="Spot"></div><div style="left: 9px; top: 6px; opacity: 0.352272; filter: alpha(opacity = 35);" class="Spot"></div><div style="left: 9px; top: 5px; opacity: 0.0296363; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 9px; top: 10px; opacity: 1; filter: alpha(opacity = 100);" class="Spot"></div></div></div><div class="BL RC"><div class="V Bgc Bdc"></div><div class="H Bgc Bdc"></div><div class="R"><div style="left: 9px; top: 0px; height: 9px;" class="Bgc"></div><div style="left: 8px; top: 0px; height: 9px;" class="Bgc"></div><div style="left: 7px; top: 0px; height: 9px;" class="Bgc"></div><div style="left: 6px; top: 0px; height: 9px;" class="Bgc"></div><div style="left: 5px; top: 0px; height: 9px;" class="Bgc"></div><div style="left: 4px; top: 0px; height: 8px;" class="Bgc"></div><div style="left: 3px; top: 0px; height: 7px;" class="Bgc"></div><div style="left: 2px; top: 0px; height: 6px;" class="Bgc"></div><div style="left: 1px; top: 0px; height: 5px;" class="Bgc"></div><div style="left: 0px; top: 0px; height: 0px;" class="Bgc"></div></div><div class="R"><div style="left: 9px; top: 9px; opacity: 0.974937; filter: alpha(opacity = 97);" class="Spot"></div><div style="left: 9px; top: 10px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 9px; top: 8px; opacity: 0.027864; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 8px; top: 9px; opacity: 0.873917; filter: alpha(opacity = 87);" class="Spot"></div><div style="left: 8px; top: 8px; opacity: 0.140382; filter: alpha(opacity = 14);" class="Spot"></div><div style="left: 7px; top: 9px; opacity: 0.668675; filter: alpha(opacity = 66);" class="Spot"></div><div style="left: 7px; top: 8px; opacity: 0.369877; filter: alpha(opacity = 36);" class="Spot"></div><div style="left: 6px; top: 9px; opacity: 0.352272; filter: alpha(opacity = 35);" class="Spot"></div><div style="left: 6px; top: 8px; opacity: 0.72623; filter: alpha(opacity = 72);" class="Spot"></div><div style="left: 5px; top: 8px; opacity: 0.891094; filter: alpha(opacity = 89);" class="Spot"></div><div style="left: 5px; top: 9px; opacity: 0.0296363; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 5px; top: 7px; opacity: 0.226539; filter: alpha(opacity = 22);" class="Spot"></div><div style="left: 5px; top: 8px; opacity: 0.996168; filter: alpha(opacity = 99);" class="Spot"></div><div style="left: 4px; top: 8px; opacity: 0.330127; filter: alpha(opacity = 33);" class="Spot"></div><div style="left: 4px; top: 6px; opacity: 0.0500643; filter: alpha(opacity = 5);" class="Spot"></div><div style="left: 4px; top: 7px; opacity: 0.841266; filter: alpha(opacity = 84);" class="Spot"></div><div style="left: 3px; top: 7px; opacity: 0.570714; filter: alpha(opacity = 57);" class="Spot"></div><div style="left: 3px; top: 8px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 3px; top: 5px; opacity: 0.0500643; filter: alpha(opacity = 5);" class="Spot"></div><div style="left: 3px; top: 6px; opacity: 0.749224; filter: alpha(opacity = 74);" class="Spot"></div><div style="left: 2px; top: 6px; opacity: 0.570714; filter: alpha(opacity = 57);" class="Spot"></div><div style="left: 2px; top: 7px; opacity: 0.010001; filter: alpha(opacity = 1);" class="Spot"></div><div style="left: 2px; top: 4px; opacity: 0.226539; filter: alpha(opacity = 22);" class="Spot"></div><div style="left: 2px; top: 5px; opacity: 0.841266; filter: alpha(opacity = 84);" class="Spot"></div><div style="left: 1px; top: 4px; opacity: 0.891094; filter: alpha(opacity = 89);" class="Spot"></div><div style="left: 1px; top: 5px; opacity: 0.330127; filter: alpha(opacity = 33);" class="Spot"></div><div style="left: 1px; top: 6px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 1px; top: -1px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 1px; top: 0px; opacity: 0.027864; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 1px; top: 1px; opacity: 0.140382; filter: alpha(opacity = 14);" class="Spot"></div><div style="left: 1px; top: 2px; opacity: 0.369877; filter: alpha(opacity = 36);" class="Spot"></div><div style="left: 1px; top: 3px; opacity: 0.72623; filter: alpha(opacity = 72);" class="Spot"></div><div style="left: 1px; top: 4px; opacity: 0.996168; filter: alpha(opacity = 99);" class="Spot"></div><div style="left: 0px; top: 0px; opacity: 0.974937; filter: alpha(opacity = 97);" class="Spot"></div><div style="left: 0px; top: 1px; opacity: 0.873917; filter: alpha(opacity = 87);" class="Spot"></div><div style="left: 0px; top: 2px; opacity: 0.668675; filter: alpha(opacity = 66);" class="Spot"></div><div style="left: 0px; top: 3px; opacity: 0.352272; filter: alpha(opacity = 35);" class="Spot"></div><div style="left: 0px; top: 4px; opacity: 0.0296363; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 0px; top: -1px; opacity: 1; filter: alpha(opacity = 100);" class="Spot"></div></div></div><div class="BR RC"><div class="V Bgc Bdc"></div><div class="H Bgc Bdc"></div><div class="R"><div style="left: 0px; top: 0px; height: 9px;" class="Bgc"></div><div style="left: 1px; top: 0px; height: 9px;" class="Bgc"></div><div style="left: 2px; top: 0px; height: 9px;" class="Bgc"></div><div style="left: 3px; top: 0px; height: 9px;" class="Bgc"></div><div style="left: 4px; top: 0px; height: 9px;" class="Bgc"></div><div style="left: 5px; top: 0px; height: 8px;" class="Bgc"></div><div style="left: 6px; top: 0px; height: 7px;" class="Bgc"></div><div style="left: 7px; top: 0px; height: 6px;" class="Bgc"></div><div style="left: 8px; top: 0px; height: 5px;" class="Bgc"></div><div style="left: 9px; top: 0px; height: 0px;" class="Bgc"></div></div><div class="R"><div style="left: 0px; top: 9px; opacity: 0.974937; filter: alpha(opacity = 97);" class="Spot"></div><div style="left: 0px; top: 10px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 0px; top: 8px; opacity: 0.027864; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 1px; top: 9px; opacity: 0.873917; filter: alpha(opacity = 87);" class="Spot"></div><div style="left: 1px; top: 8px; opacity: 0.140382; filter: alpha(opacity = 14);" class="Spot"></div><div style="left: 2px; top: 9px; opacity: 0.668675; filter: alpha(opacity = 66);" class="Spot"></div><div style="left: 2px; top: 8px; opacity: 0.369877; filter: alpha(opacity = 36);" class="Spot"></div><div style="left: 3px; top: 9px; opacity: 0.352272; filter: alpha(opacity = 35);" class="Spot"></div><div style="left: 3px; top: 8px; opacity: 0.72623; filter: alpha(opacity = 72);" class="Spot"></div><div style="left: 4px; top: 8px; opacity: 0.891094; filter: alpha(opacity = 89);" class="Spot"></div><div style="left: 4px; top: 9px; opacity: 0.0296363; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 4px; top: 7px; opacity: 0.226539; filter: alpha(opacity = 22);" class="Spot"></div><div style="left: 4px; top: 8px; opacity: 0.996168; filter: alpha(opacity = 99);" class="Spot"></div><div style="left: 5px; top: 8px; opacity: 0.330127; filter: alpha(opacity = 33);" class="Spot"></div><div style="left: 5px; top: 6px; opacity: 0.0500643; filter: alpha(opacity = 5);" class="Spot"></div><div style="left: 5px; top: 7px; opacity: 0.841266; filter: alpha(opacity = 84);" class="Spot"></div><div style="left: 6px; top: 7px; opacity: 0.570714; filter: alpha(opacity = 57);" class="Spot"></div><div style="left: 6px; top: 8px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 6px; top: 5px; opacity: 0.0500643; filter: alpha(opacity = 5);" class="Spot"></div><div style="left: 6px; top: 6px; opacity: 0.749224; filter: alpha(opacity = 74);" class="Spot"></div><div style="left: 7px; top: 6px; opacity: 0.570714; filter: alpha(opacity = 57);" class="Spot"></div><div style="left: 7px; top: 7px; opacity: 0.010001; filter: alpha(opacity = 1);" class="Spot"></div><div style="left: 7px; top: 4px; opacity: 0.226539; filter: alpha(opacity = 22);" class="Spot"></div><div style="left: 7px; top: 5px; opacity: 0.841266; filter: alpha(opacity = 84);" class="Spot"></div><div style="left: 8px; top: 4px; opacity: 0.891094; filter: alpha(opacity = 89);" class="Spot"></div><div style="left: 8px; top: 5px; opacity: 0.330127; filter: alpha(opacity = 33);" class="Spot"></div><div style="left: 8px; top: 6px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 8px; top: -1px; opacity: 0; filter: alpha(opacity = 0);" class="Spot"></div><div style="left: 8px; top: 0px; opacity: 0.027864; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 8px; top: 1px; opacity: 0.140382; filter: alpha(opacity = 14);" class="Spot"></div><div style="left: 8px; top: 2px; opacity: 0.369877; filter: alpha(opacity = 36);" class="Spot"></div><div style="left: 8px; top: 3px; opacity: 0.72623; filter: alpha(opacity = 72);" class="Spot"></div><div style="left: 8px; top: 4px; opacity: 0.996168; filter: alpha(opacity = 99);" class="Spot"></div><div style="left: 9px; top: 0px; opacity: 0.974937; filter: alpha(opacity = 97);" class="Spot"></div><div style="left: 9px; top: 1px; opacity: 0.873917; filter: alpha(opacity = 87);" class="Spot"></div><div style="left: 9px; top: 2px; opacity: 0.668675; filter: alpha(opacity = 66);" class="Spot"></div><div style="left: 9px; top: 3px; opacity: 0.352272; filter: alpha(opacity = 35);" class="Spot"></div><div style="left: 9px; top: 4px; opacity: 0.0296363; filter: alpha(opacity = 2);" class="Spot"></div><div style="left: 9px; top: -1px; opacity: 1; filter: alpha(opacity = 100);" class="Spot"></div></div></div>'
}}}};
//com.conric.guyard.Rounder.hookUp();
