if (document.getElementById("videoLink")){
var su_opts1 = {
			player:'iframe',			//player [string] property can be iframe, img, swf, flv, gt, wmp, html
			title:'',		//title [string] property any text string for the title
			content:'http://www.worldvision.org/content.nsf/pages/sponsorship-types?open&lightbox=true',	//content [string] property url for iframe source
			width:530, 				//width [number] width of lightbox in pixels
			height:620				//height [number] width of lightbox in pixels
}
if(document.getElementById("aboutSponsorshipLink"))shadowboxAttachEvent('aboutSponsorshipLink','onclick',su_opts1,'Default_HTML :: About Child Sponsorship');

var su_opts2 = {
			player:'iframe',			//player [string] property can be iframe, img, swf, flv, gt, wmp, html
			title:'',		//title [string] property any text string for the title
			content:'http://www.worldvision.org/content.nsf/pages/search-for-a-child-video',	//content [string] property url for iframe source
			width:650, 				//width [number] width of lightbox in pixels
			height:365				//height [number] width of lightbox in pixels
}
if(document.getElementById("videoLink"))shadowboxAttachEvent('videoLink','onclick',su_opts2,'Default_HTML :: Watch Video');
}


		
		


