var defPopup = '1'; var defWidth = '350'; var defHeight = '475'; var defLinkType ='text'; var defLinkText = 'Send Link to a Friend'; var defLinkImage = ''; var scriptServer = '//refer.referafriend.com'; if (window.location.protocol == 'file:') { scriptServer = 'http:' + scriptServer; } if (window.taf_popup == null || window.taf_popup == '') { window.taf_popup = defPopup; } if (window.taf_image == null || window.taf_image == '') { window.taf_image = defLinkImage; } if (window.taf_description == null || window.taf_description == '') { window.taf_description = defLinkText; } if (window.taf_popup == '1') { if (window.taf_description == null || window.taf_description == '') { window.taf_description = defLinkText } if (window.taf_width == null) {window.taf_width = defWidth} if (window.taf_height == null) {window.taf_height = defHeight} if (window.taf_image != null && window.taf_image != '' && defLinkType == 'image') { document.write("") } else { document.write("" + window.taf_description + "") } } else { if (window.taf_width == null) { window.taf_width = defWidth } if (window.taf_height == null) { window.taf_height = defHeight } if (window.taf_frameborder == null) { window.taf_frameborder = 0} document.write("" + "" ) } function raf_openwin(url) { var rafwin=window.open( scriptServer + '/taf/101748/1890/form/?url=' + escape(window.location.href), '_newtaf', 'width=' + window.taf_width + ',height=' + window.taf_height + ',scrollbars=yes,location=no,status=no,toolbar=no,resizable=yes'); rafwin.focus(); }