function runClearSpring(){
//alert("CALLED CLEARSPRING")

var BrowserType = whichBrs() 

if(BrowserType == "Internet Explorer"){
	   //if you have ie but you are on a mac then treat em like a netscape user (no vb support)
	   if(navigator.userAgent.toLowerCase().indexOf("mac") !=-1){
	      BrowserType = "mac"
	   }
	
}


var varDiv = document.getElementById("flashcontent")

var varText = ""

if (BrowserType == "Internet Explorer"){
	varText = "<object width='334' height='392' type='application/x-shockwave-flash' quality='high' id='W4739fa3152c25e21'><param value='http://widgets.clearspring.com/o/473912c74f235778/4739fa3152c25e21/473912c74f235778/7d0e23fd' name='movie'/><EMBED width='334' wmode='transparent' height='392' type='application/x-shockwave-flash' id='W4739fa3152c25e21' data='http://widgets.clearspring.com/o/473912c74f235778/4739fa3152c25e21/473912c74f235778/7d0e23fd'></EMBED>"
}else{
	varText = "<object width='334' height='392' type='application/x-shockwave-flash' id='W4739fa3152c25e21' data='http://widgets.clearspring.com/o/473912c74f235778/4739fa3152c25e21/473912c74f235778/7d0e23fd'>"

}
varText +="<param name='wmode' value='transparent'/><param name='allowScriptAccess' value='always'/><param name='allowNetworking' value='all'/></object><script type='text/javascript' src= 'http://widgets.clearspring.com/o/473912c74f235778/4739fa3152c25e21/473912c74f235778/7d0e23fd/widget.js'></script>"
varDiv.innerHTML = varText

}





