function startoomph(){if(!window.oomph_semaphore)jQuery(function(){var oomph_semaphore=true;window.oomph_semaphore=oomph_semaphore;var oomph;oomph = jQuery;var hCardCollection=oomph(".vcard"),hCalendarCollection=oomph(".vevent"),microformatTotal=hCardCollection.length+hCalendarCollection.length;if(microformatTotal==0)return;var addresses=[],geoinfos=[],geoinfos2=[],addressCounter=0,animationSpeed=300,currentHCard=1,currentHCalendar=1,isSpanClicked=false,iwmf=oomph('<span id="iwmf"></span>'),gleam=oomph('<div id="iwmf_gleam"  title="Oomph: A Microformat Overlay"></div>'),mainNavContainer=oomph('<div id="iwmf_mainNavContainer" ></div>'),listViewButton=oomph('<div id="iwmf_listViewButton" title="See all Microformats on this page" ></div>'),mapViewButton=oomph('<div id="iwmf_mapViewButton" title="Map all Microformats on this page"></div>'),calViewButton=oomph('<div id="iwmf_calViewButton"></div>'),closeButton=oomph('<div id="iwmf_closeButton"></div>'),options=oomph('<div id="iwmf_options"></div>'),mainContainer=oomph('<div id="iwmf_mainContainer" ></div>'),mapContainer=oomph('<div id="iwmf_mapContainer" ></div>'),mapFrame=oomph('<div id="iwmf_mapFrame" ></div>'),mainhCardContainer=oomph('<div id="iwmf_mainhCardContainer" ></div>'),mainEventContainer=oomph('<div id="iwmf_mainEventContainer" ></div>'),eventsHead=oomph('<div id="iwmf_eventsHead" >Events</div>'),contactsHead=oomph('<div id="iwmf_contactsHead" >Contacts</div>'),vEvents=oomph('<ul id="iwmf_vEvents" ></ul>'),vCards=oomph('<ul id="iwmf_vCards" ></ul>'),mainMap=null;insertCSS();wirePaging();wireEvents();oomph.getScript("http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.1",displayUI);function insertCSS(){var head=document.getElementsByTagName("head")[0];if(!head)document.getElementsByTagName("html")[0];var css1=document.createElement("link");css1.href="http://visitmix.com/labs/oomph/1.0/Client/oomph.css";css1.type="text/css";css1.rel="stylesheet";head.appendChild(css1)}function wirePaging(){if(hCalendarCollection.length>1){var eventNext=oomph('<span class="iwmf_Next">Next ></span>').bind("click",function(event){currentHCalendar=currentHCalendar+1;if(currentHCalendar<=oomph(".iwmf_vEventContainer").size()){oomph(".iwmf_vEventContainer").hide(animationSpeed);var current=oomph(".iwmf_vEventContainer")[currentHCalendar-1];oomph(current).show(animationSpeed)}else currentHCalendar=currentHCalendar-1;oomph("#iwmf_hCalendarNum").text(currentHCalendar+" of "+hCalendarCollection.length)}),eventPrev=oomph('<span class="iwmf_Prev">< Prev</span>').bind("click",function(event){currentHCalendar=currentHCalendar-1;if(currentHCalendar>=1){oomph(".iwmf_vEventContainer").hide(animationSpeed);var current=oomph(".iwmf_vEventContainer")[currentHCalendar-1];oomph(current).show(animationSpeed)}else currentHCalendar=1;oomph("#iwmf_hCalendarNum").text(currentHCalendar+" of "+hCalendarCollection.length)});oomph(mainEventContainer).append(eventNext);oomph(mainEventContainer).append('<span id="iwmf_hCalendarNum" >'+currentHCalendar+" of "+hCalendarCollection.length+"</span>");oomph(mainEventContainer).append(eventPrev)}if(hCardCollection.length>1){var contactNext=oomph('<span class="iwmf_Next">Next&nbsp;></span>').bind("click",function(event){currentHCard=currentHCard+1;if(currentHCard<=oomph(".iwmf_hCardContainer").size()){oomph(".iwmf_hCardContainer").hide(animationSpeed);var current=oomph(".iwmf_hCardContainer")[currentHCard-1];oomph(current).show(animationSpeed)}else currentHCard=currentHCard-1;oomph("#iwmf_hCardNum").text(currentHCard+" of "+hCardCollection.length)}),contactPrev=oomph('<span class="iwmf_Prev"><&nbsp;Prev</span>').bind("click",function(event){currentHCard=currentHCard-1;if(currentHCard>=1){oomph(".iwmf_hCardContainer").hide(animationSpeed);var current=oomph(".iwmf_hCardContainer")[currentHCard-1];oomph(current).show(animationSpeed)}else currentHCard=1;oomph("#iwmf_hCardNum").text(currentHCard+" of "+hCardCollection.length)});oomph(mainhCardContainer).append(contactNext);oomph(mainhCardContainer).append('<span id="iwmf_hCardNum" >'+currentHCard+" of "+hCardCollection.length+"</span>");oomph(mainhCardContainer).append(contactPrev)}}function wireEvents(){oomph(gleam).click(function(){if(isSpanClicked){oomph(mapContainer).hide(animationSpeed);oomph(mainNavContainer).hide(animationSpeed);oomph(mainContainer).hide(animationSpeed);oomph("#iwmf").css({width:"32px"});isSpanClicked=false}else{oomph("#iwmf").css({width:"100%"});oomph(mainContainer).show(animationSpeed);oomph(mainNavContainer).show(animationSpeed);isSpanClicked=true}});oomph(listViewButton).bind("click",function(){oomph(mapContainer).hide(animationSpeed);oomph(mainContainer).show(animationSpeed)});oomph(mapViewButton).bind("click",function(){oomph(mainContainer).hide(animationSpeed);oomph(mapContainer).show(animationSpeed)});oomph(closeButton).bind("click",function(){oomph(mapContainer).hide(animationSpeed);oomph(mainContainer).hide(animationSpeed);oomph(mainNavContainer).hide(animationSpeed);oomph("#iwmf").css({width:"32px"})})}function buildMap(){try{mainMap=new VEMap("iwmf_mapFrame");mainMap.LoadMap()}catch(err){setTimeout(buildMap,1e3);return}mainMap.Resize(1024,175);if(oomph.browser.mozilla)mainMap.Pan(-350,0);if(addresses.length>0)geoCode(addresses[0]);if(geoinfos.length>0){for(var i=0;i<geoinfos.length;i++){var myShape=new VEShape(VEShapeType.Pushpin,new VELatLong(geoinfos[i].lat,geoinfos[i].lon));myShape.SetTitle(geoinfos[i].name);mainMap.AddShape(myShape);geoinfos2.push(new VELatLong(geoinfos[i].lat,geoinfos[i].lon))}mainMap.SetMapView(geoinfos2)}}function geoCode(address){var zoom=true;if(addresses.length>1||geoinfos.length>0)zoom=false;mainMap.Find(null,address.location,null,null,null,null,true,true,false,zoom,GetCoordinates)}function GetCoordinates(layer,resultsArray,places,hasMore,veErrorMessage){if(places==null)return;geoinfos.push(places[0].LatLong);var myShape=new VEShape(VEShapeType.Pushpin,places[0].LatLong);geoinfos2.push(new VEShape(VEShapeType.Pushpin,places[0].LatLong));myShape.SetTitle(addresses[addressCounter].name);mainMap.AddShape(myShape);if(geoinfos.length==1)mainMap.SetCenterAndZoom(places[0].LatLong,13);addressCounter++;if(addressCounter<addresses.length)geoCode(addresses[addressCounter]);if(addressCounter==addresses.length&&addresses.length>1)mainMap.SetMapView(geoinfos2)}function buildWindowsLiveCalendarURL(summary,dtstart,dtend,location,description){if(!dtstart)return;dtstart=dtstart.replace(/T/," ");dtstart=dtstart+"Z";if(dtend){dtend=dtend.replace(/T/," ");dtend=dtend+"Z"}var url="http://spaces.live.com/api.aspx?wx_action=createEvent";url=url+"&Wxp_name="+summary+"&Wxp_startDateTime="+dtstart+"&Wxp_endDateTime="+dtend+" &Wxp_location="+location+"&Wxp_description="+description;return url}function buildGoogleCalendarURL(summary,dtstart,dtend,location,description){var url="http://www.google.com/calendar/event?action=TEMPLATE",date=dtstart;if(dtend)date=date+"/"+dtend;else date=date+"/"+dtstart;url=url+"&text="+summary+"&dates="+date+"&location="+location+"&details="+description;return url}function buildYahooCalendarURL(summary,dtstart,dtend,location,description,uri){var url="http://calendar.yahoo.com/?v=60&type=0";url=url+"&title="+summary+"&st="+dtstart+"&rend"+dtend+"&in_loc="+location+"&url="+uri+"&DESC="+description;return url}function build30BoxesCalendarURL(summary,dtstart,dtend,location,description,uri){var url="http://30boxes.com/add.php?e="+summary+" "+dtstart+" "+description+" "+location;return url}function buildiCalendarURL(dtstart_iso_nopunc,dtend_iso_nopunc,location,summary,description){var url="http://visitmix.com/labs/oomph/1.0/Server/icalendar.ashx?dtstart="+dtstart_iso_nopunc+"&dtend="+dtend_iso_nopunc+"&location="+location+"&summary="+summary+"&description="+description;return url}function buildvCardURL(fn,additionalname,familyname,givenname,nameprefix,namesuffix,nickname,organization,role,title,email,note,streetaddress,region,locality,postalcode,countryname,photo,workphone,workfax,homephone,cellphone,pager,url,bday,latitude,longitude,category,rev,uid,mailer){var url="http://visitmix.com/labs/oomph/1.0/Server/vcard.ashx?fn="+fn+"&AdditionalName="+additionalname+"&FamilyName="+familyname+"&GivenName="+givenname+"&NamePrefix="+nameprefix+"&namesuffix"+namesuffix+"&NickName="+nickname+"&Organization="+organization+"&Role="+role+"&Title="+title+"&WorkEmail="+email+"&note="+note+"&adrWork=true&wStreet="+streetaddress+"&wCity="+locality+"&wRegion="+region+"&wPostalCode="+postalcode+"&wCountry="+countryname+"&photo="+photo+"&WorkPhone="+workphone+"&WorkFax="+workfax+"&HomePhone="+homephone+"&CellPhone="+cellphone+"&Pager="+pager+"&WorkWebsite="+url+"&bday="+bday+"&latitude="+latitude+"&longitude="+longitude+"&category="+category+"&rev="+rev+"&uid="+uid+"&mailer="+mailer;return url}function buildYahooContactURL(fn,company,email,uri,address){var url="http://address.yahoo.com/?A=C&";url=url+"fn="+fn+"&co="+company+"&pu="+uri+"&e="+email;return url}function geo(latitude,longitude){this.latitude=latitude;this.longitude=longitude}function iso8601FromDate(date,punctuation){var string=date.getFullYear().toString();if(punctuation)string+="-";string+=(date.getMonth()+1).toString().replace(/\b(\d)\b/g,"0oomph1");if(punctuation)string+="-";string+=date.getDate().toString().replace(/\b(\d)\b/g,"0oomph1");if(date.time){string+="T";string+=date.getHours().toString().replace(/\b(\d)\b/g,"0oomph1");if(punctuation)string+=":";string+=date.getMinutes().toString().replace(/\b(\d)\b/g,"0oomph1");if(punctuation)string+=":";string+=date.getSeconds().toString().replace(/\b(\d)\b/g,"0oomph1");if(date.getMilliseconds()>0){if(punctuation)string+=".";string+=date.getMilliseconds().toString()}}return string}function normalizeISO8601(string,punctuation){var dateArray=string.match(/(\d\d\d\d)(?:-?(\d\d)(?:-?(\d\d)(?:[T ](\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(?:([-+Z])(?:(\d\d)(?::?(\d\d))?)?)?)?)?)?/),dateString,tzOffset=0;if(!dateArray)return;if(dateArray[1]){dateString=dateArray[1];if(dateArray[2]){if(punctuation)dateString+="-";dateString+=dateArray[2];if(dateArray[3]){if(punctuation)dateString+="-";dateString+=dateArray[3];if(dateArray[4]){dateString+="T"+dateArray[4];if(dateArray[5]){if(punctuation)dateString+=":";dateString+=dateArray[5]}else{if(punctuation)dateString+=":";dateString+="00"}if(dateArray[6]){if(punctuation)dateString+=":";dateString+=dateArray[6]}else{if(punctuation)dateString+=":";dateString+="00"}if(dateArray[7]){if(punctuation)dateString+=".";dateString+=dateArray[7]}if(dateArray[8]){dateString+=dateArray[8];if(dateArray[8]=="+"||dateArray[8]=="-")if(dateArray[9]){dateString+=dateArray[9];if(dateArray[10])dateString+=dateArray[10]}}}}}}return dateString}function dateFromISO8601(string){var dateArray=string.match(/(\d\d\d\d)(?:-?(\d\d)(?:-?(\d\d)(?:[T ](\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(?:([-+Z])(?:(\d\d)(?::?(\d\d))?)?)?)?)?)?/),date=new Date(dateArray[1],0,1);date.time=false;if(dateArray[2])date.setMonth(dateArray[2]-1);if(dateArray[3])date.setDate(dateArray[3]);if(dateArray[4]){date.setHours(dateArray[4]);date.time=true;if(dateArray[5]){date.setMinutes(dateArray[5]);if(dateArray[6]){date.setSeconds(dateArray[6]);if(dateArray[7])date.setMilliseconds(Number("0."+dateArray[7])*1e3)}}}if(dateArray[8]){if(dateArray[8]=="-"){if(dateArray[9]&&dateArray[10]){date.setHours(date.getHours()+parseInt(dateArray[9],10));date.setMinutes(date.getMinutes()+parseInt(dateArray[10],10))}}else if(dateArray[8]=="+")if(dateArray[9]&&dateArray[10]){date.setHours(date.getHours()-parseInt(dateArray[9],10));date.setMinutes(date.getMinutes()-parseInt(dateArray[10],10))}if(dateArray[8]){var tzOffset=date.getTimezoneOffset();if(tzOffset<0)date.setMinutes(date.getMinutes()+tzOffset);else if(tzOffset>0)date.setMinutes(date.getMinutes()-tzOffset)}}return date}function qualifyHREF(href){var loc=document.location,uri=loc.protocol+"//"+loc.host;if(/^(\.\/)([^\/]?)/.test(href))href=href.replace(/^(\.\/)([^\/]?)/,"oomph2");if(/^([a-z]+)\:\/\//.test(href))uri=href;else if(href.substr(0,1)=="/")uri+=href;else if(/^((\.\.\/)+)([^\/].*oomph)/.test(href)){var lastpath=href.match(/^((\.\.\/)+)([^\/].*oomph)/);lastpath=lastpath[lastpath.length-1];var references=href.split("../").length-1,parts=loc.pathname.split("/");parts=parts.splice(0,parts.length-1);for(var i=0;i<references;i++)parts=parts.splice(0,parts.length-1);var path="";for(i=0;i<parts.length;i++)if(parts[i]!="")path+="/"+parts[i];path+="/";path+=lastpath;uri+=path}else{path="";parts=loc.pathname.split("/");parts=parts.splice(0,parts.length-1);for(var i=0;i<parts.length;i++)if(parts[i]!="")path+="/"+parts[i];path+="/";uri+=path+href}return uri}function displayUI(){oomph("body").append(iwmf);oomph(iwmf).append(gleam);oomph(iwmf).append(mainNavContainer);oomph(iwmf).append(mainContainer);oomph(iwmf).append(mapContainer);oomph(mainNavContainer).append(listViewButton);oomph(mainNavContainer).append(mapViewButton);oomph(mainNavContainer).append(calViewButton);oomph(mainNavContainer).append(closeButton);oomph(mainNavContainer).append(options);oomph(mainContainer).append(mainEventContainer);oomph(mainEventContainer).append(eventsHead);oomph(mainEventContainer).append(vEvents);oomph(mainContainer).append(mainhCardContainer);oomph(mainhCardContainer).append(contactsHead);oomph(mainhCardContainer).append(vCards);oomph(mapContainer).append(mapFrame);findAndParseHCards();findAndParseHCalendars();buildMap()}function findAndParseHCards(){var hCardCount=0;if(oomph(hCardCollection).length==0){var vcard=oomph('<div class="iwmf_vCard" >No Contacts Available</div>');oomph(vCards).append(vcard);return}oomph(hCardCollection).each(function(){var hCard=oomph(this),fn=hCard.find(".fn").text(),n=hCard.find(".n").text(),additionalname=hCard.find(".additional-name").text(),familyname=hCard.find(".family-name").text(),givenname=hCard.find(".given-name").text(),nameprefix=hCard.find(".honorific-prefix").text(),namesuffix=hCard.find(".honorific-suffix").text(),org=hCard.find(".org").text(),organization=hCard.find(".organization-name").text(),organizationunit=hCard.find(".organization-unit").text(),nickname=hCard.find(".nickname").text(),role=hCard.find(".role").text(),title=hCard.find(".title").text(),email=hCard.find(".email").attr("href");if(email==null)email=hCard.find(".email").text();var note=hCard.find(".note").text(),streetaddress=hCard.find(".street-address:first").text(),extendedaddress=hCard.find(".extended-address:first").text(),postofficebox=hCard.find(".post-office-box:first").text(),locality=hCard.find(".locality:first").text(),region=hCard.find(".region:first").text(),postalcode=hCard.find(".postal-code:first").text(),countryname=hCard.find(".country-name:first").text(),photo=hCard.find(".photo").attr("src");if(photo==null)photo=hCard.find(".photo>img").attr("src");var workphone=hCard.find(".tel>.type=work").text(),workfax=hCard.find(".tel>.type=fax").text(),homephone=hCard.find(".tel>.type=home").text(),cellphone=hCard.find(".tel>.type=cell").text(),pager=hCard.find(".tel>.type=pager").text(),url=hCard.find(".url").attr("href");if(url==null)url=hCard.find(".url>a").attr("href");if(url)url=qualifyHREF(url);var geoinfo=null;if(hCard.find(".geo").length>0){var latitude=hCard.find(".latitude").attr("title"),longitude=hCard.find(".longitude").attr("title");if(!latitude)var latitude=hCard.find(".latitude").text(),longitude=hCard.find(".longitude").text()}var bday=hCard.find(".bday").text();bday=normalizeISO8601(bday,false);var category=hCard.find(".category:first").text(),rev=hCard.find(".rev").text();rev=normalizeISO8601(rev,false);var uid=hCard.find(".uid").text(),mailer=hCard.find(".mailer").text();if(hCardCount==0)var vCardContainer=oomph('<li class="iwmf_hCardContainer"></li>').show();else var vCardContainer=oomph('<li class="iwmf_hCardContainer"></li>').css({display:"NONE"});var vcard=oomph('<div class="iwmf_vCard" ></div>');if(!n)oomph(vcard).append('<div class="iwmf_fn">'+fn+"</div>");else oomph(vcard).append('<div class="iwmf_fn">'+n+"</div>");if(fn!=organization)oomph(vcard).append('<div class="iwmf_org">'+org+" "+organization+" "+organizationunit+"</div>");oomph(vcard).append('<div class="iwmf_email"><a href="mailto:'+email+'">'+email+"</a></div>");oomph(vcard).append('<div class="iwmf_title">'+role+" "+title+"</div>");if(url)oomph(vcard).append('<div><a class="iwmf_url" target="_blank" href='+url+">"+url+"</a></div>");oomph(vcard).append('<div class="iwmf_streetaddress">'+streetaddress+" "+extendedaddress+" "+postofficebox+"</div>");oomph(vcard).append('<span class="iwmf_locality">'+locality+"</span> ");oomph(vcard).append('<span class="iwmf_region">'+region+"</span> ");oomph(vcard).append('<span class="iwmf_postal-code">'+postalcode+"</span> ");oomph(vcard).append('<span class="iwmf_country-name">'+countryname+"</span>");if(workphone)oomph(vcard).append('<div class="iwmf_phone">Work: '+workphone+" </div>");if(workfax)oomph(vcard).append('<div class="iwmf_phone">Fax: '+workphone+" </div>");if(homephone)oomph(vcard).append('<div class="iwmf_phone">Home: '+workphone+" </div>");if(cellphone)oomph(vcard).append('<div class="iwmf_phone">Cell: '+cellphone+" </div>");if(pager)oomph(vcard).append('<div class="iwmf_phone">Pager: '+pager+" </div>");var netBarHCard=oomph('<ul class="iwmf_netBar" ></ul>'),iconOutlook=oomph('<li  title="Export to Outlook" class="iwmf_iconOutlook"><a href="'+buildvCardURL(encodeURIComponent(fn),encodeURIComponent(additionalname),encodeURIComponent(familyname),encodeURIComponent(givenname),encodeURIComponent(nameprefix),encodeURIComponent(namesuffix),encodeURIComponent(nickname),encodeURIComponent(organization+" "+organizationunit),encodeURIComponent(role),encodeURIComponent(title),encodeURIComponent(email),encodeURIComponent(note),encodeURIComponent(streetaddress+" "+extendedaddress+" "+postofficebox),encodeURIComponent(region),encodeURIComponent(locality),encodeURIComponent(postalcode),encodeURIComponent(countryname),encodeURIComponent(photo),encodeURIComponent(workphone),encodeURIComponent(workfax),encodeURIComponent(homephone),encodeURIComponent(cellphone),encodeURIComponent(pager),encodeURIComponent(url),encodeURIComponent(bday),encodeURIComponent(latitude),encodeURIComponent(longitude),encodeURIComponent(category),encodeURIComponent(rev),encodeURIComponent(uid),encodeURIComponent(mailer))+'"><img src="http://visitmix.com/university/stories3/oomph/images/outlook.png"/></a></li>'),iconYahoo=oomph('<li class="iwmf_iconYahoo" title="Export to Yahoo" ><a target="_blank" href="'+buildYahooContactURL(encodeURIComponent(fn),encodeURIComponent(organization),encodeURIComponent(email),encodeURIComponent(url))+'"><img src="http://visitmix.com/university/stories3/oomph/images/yahoo.png"/></a></li>'),iconApple=oomph('<li class="iwmf_iconApple"><a  title="Export to Apple" href="'+buildvCardURL(encodeURIComponent(fn),encodeURIComponent(additionalname),encodeURIComponent(familyname),encodeURIComponent(givenname),encodeURIComponent(nameprefix),encodeURIComponent(namesuffix),encodeURIComponent(nickname),encodeURIComponent(organization+" "+organizationunit),encodeURIComponent(role),encodeURIComponent(title),encodeURIComponent(email),encodeURIComponent(note),encodeURIComponent(streetaddress+" "+extendedaddress+" "+postofficebox),encodeURIComponent(region),encodeURIComponent(locality),encodeURIComponent(postalcode),encodeURIComponent(countryname),encodeURIComponent(photo),encodeURIComponent(workphone),encodeURIComponent(workfax),encodeURIComponent(homephone),encodeURIComponent(cellphone),encodeURIComponent(pager),encodeURIComponent(url),encodeURIComponent(bday),encodeURIComponent(latitude),encodeURIComponent(longitude),encodeURIComponent(category),encodeURIComponent(rev),encodeURIComponent(uid),encodeURIComponent(mailer))+'"><img src="http://visitmix.com/university/stories3/oomph/images/apple.png"/></a></li>');oomph(netBarHCard).append(iconYahoo);oomph(netBarHCard).append(iconOutlook);oomph(netBarHCard).append(iconApple);if(photo)oomph(vCardContainer).append('<div class="iwmf_photo"><img width="96" height="96" src="'+photo+'"/></div>');oomph(vCardContainer).append(vcard);oomph(vCardContainer).append(netBarHCard);oomph(vCards).append(vCardContainer);if(geoinfo!=null)geoinfos.push({lat:latitude,lon:longitude,name:fn});else addresses.push({location:streetaddress+" "+locality+" "+region+" "+postalcode+" "+countryname,name:fn});hCardCount=hCardCount+1})}function findAndParseHCalendars(){var hCalendarCount=0;if(oomph(hCalendarCollection).length==0){var vevent=oomph('<div class="iwmf_vEvent" >No Events Available</div>');oomph(vEvents).append(vevent);return}oomph(hCalendarCollection).each(function(){var hCalendar=oomph(this),summary=hCalendar.find(".summary").text();if(summary.length<1)summary=hCalendar.find(".summary").attr("title");var description=hCalendar.find(".description:first").text();if(description.length>150){description=description.substr(0,147);description=description+"..."}var usehCardLocation=false,location=hCalendar.find(".location");if(location.attr("class"))if(location.attr("class").match(/vcard/)!=null){var streetaddress=hCalendar.find(".street-address").text(),locality=hCalendar.find(".locality").text(),region=hCalendar.find(".region").text(),postalcode=hCalendar.find(".postal-code").text(),countryname=hCalendar.find(".country-name").text();usehCardLocation=true}else location=location.text();else location=location.text();var url=hCalendar.find(".url").attr("href");if(url==null)hCalendar.find(".url>a").attr("href");if(url)url=qualifyHREF(url);var dtstart=hCalendar.find(".dtstart").attr("title"),dtend=hCalendar.find(".dtend").attr("title");if(dtstart)if(dtstart.length==0)dtstart=null;if(dtend)if(dtend.length==0)dtend=null;if(dtstart)var dtstart_iso=normalizeISO8601(dtstart,true),dtstart_iso_nopunc=normalizeISO8601(dtstart,false),dtstart_date=dateFromISO8601(dtstart_iso);if(dtend)var dtend_iso=normalizeISO8601(dtend,true),dtend_iso_nopunc=normalizeISO8601(dtend,false),dtend_date=dateFromISO8601(dtend_iso);if(hCalendarCount==0)var vEventContainer=oomph('<li class="iwmf_vEventContainer"></li>').show();else var vEventContainer=oomph('<li class="iwmf_vEventContainer"></li>').css({display:"NONE"});var number=oomph('<div class="iwmf_number" ></div>'),vevent=oomph('<div class="iwmf_vEvent" ></div>');oomph(vevent).append('<div class="iwmf_summary">'+summary+"</div>");if(dtstart)oomph(vevent).append('<abbr class="iwmf_dtstart">'+dtstart_date.toLocaleString()+"</abbr>");if(dtend)oomph(vevent).append('<abbr class="iwmf_dtend">'+dtend_date.toLocaleString()+"</abbr>");if(usehCardLocation){oomph(vevent).append('<div class="iwmf_streetaddress">'+streetaddress+"</div>");oomph(vevent).append('<span class="iwmf_locality">'+locality+"</span> ");oomph(vevent).append('<span class="iwmf_region">'+region+"</span> ");oomph(vevent).append('<span class="iwmf_postal-code">'+postalcode+"</span> ");oomph(vevent).append('<span class="iwmf_country-name">'+countryname+"</span>")}else oomph(vevent).append('<div class="iwmf_location">'+location+"</div>");if(url)oomph(vevent).append('<div><a class="iwmf_url"  target="_blank" href='+url+">"+url+"</a></div>");oomph(vevent).append('<div class="iwmf_description">'+description+"</div>");var netbar=oomph('<ul class="iwmf_netBar" ></ul>'),iconOutlook=oomph('<li class="iwmf_iconOutlook"><a title="Export to Outlook" href="'+buildiCalendarURL(dtstart_iso_nopunc,dtend_iso_nopunc,encodeURIComponent(location),encodeURIComponent(summary),encodeURIComponent(description))+'">o</a></li>'),iconLive=oomph('<li class="iwmf_iconLive"><a target="_blank"  title="Export to Windows Live" href="'+buildWindowsLiveCalendarURL(encodeURIComponent(summary),dtstart_iso,dtend_iso,encodeURIComponent(location),encodeURIComponent(description))+'"></a></li>'),iconGoogle=oomph('<li class="iwmf_iconGoogle"><a target="_blank" title="Export to Google"  href="'+buildGoogleCalendarURL(encodeURIComponent(summary),dtstart_iso_nopunc,dtend_iso_nopunc,encodeURIComponent(location),encodeURIComponent(description))+'"></a></li>'),iconYahoo=oomph('<li class="iwmf_iconYahoo"><a target="_blank"  title="Export to Yahoo" href="'+buildYahooCalendarURL(encodeURIComponent(summary),dtstart_iso_nopunc,dtend_iso_nopunc,encodeURIComponent(location),encodeURIComponent(description),encodeURIComponent(url))+'"></a></li>'),iconApple=oomph('<li class="iwmf_iconApple"><a  title="Export to Apple" href="'+buildiCalendarURL(dtstart_iso_nopunc,dtend_iso_nopunc,encodeURIComponent(location),encodeURIComponent(summary),encodeURIComponent(description))+'"></a></li>'),icon30b=oomph('<li class="iwmf_icon30b"><a target="_blank"  title="Export to 30 Boxes" href="'+build30BoxesCalendarURL(encodeURIComponent(summary),dtstart,dtend,encodeURIComponent(location),encodeURIComponent(description),encodeURIComponent(url))+'"></a></li>');oomph(netbar).append(iconOutlook);oomph(netbar).append(iconLive);oomph(netbar).append(iconGoogle);oomph(netbar).append(iconYahoo);oomph(netbar).append(iconApple);oomph(netbar).append(icon30b);oomph(vEventContainer).append(number);oomph(vEventContainer).append(vevent);oomph(vEventContainer).append(netbar);oomph(vEvents).append(vEventContainer);hCalendarCount=hCalendarCount+1})}})}function oomph_checkJQuery(){if(typeof jQuery!="undefined"){if(jQuery.ready)startoomph()}else setTimeout(oomph_checkJQuery,1e3)}oomph_checkJQuery()