// JavaScript Document
		$(document).ready(function() {
			$("#various1").fancybox({
				'scrolling'         : 'no',
				'width'             :  usr_popwidth,
				'height'            :  usr_popheight,
				'opacity'           :  true,
                'autoDimensions'    :  true,				
				'centerOnScroll'    :  true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'onClosed'          : function() {parent.location.reload(true);}
			});
			$(".winnieladyadd").fancybox({
				'scrolling'         : 'no',
				'width'             :  usr_popwidth,
				'height'            :  usr_popheight,
				'opacity'           :  true,
                'autoDimensions'    :  true,				
				'centerOnScroll'    :  true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'onClosed'          : function() {parent.location.reload(true);}
			});
			$(".winnieladyedit").fancybox({
				'scrolling'         : 'no',
				'width'             :  usr_popwidth,
				'height'            :  usr_popheight,
				'opacity'           :  true,
                'autoDimensions'    :  true,				
				'centerOnScroll'    :  true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'onClosed'          : function() {parent.location.reload(true);}
			});
		});

