if (window.taf_uid != '' && window.taf_uid != null) {
if (window.taf_popup == 1) {
if (window.taf_description == null || window.taf_description == '') {
window.taf_description = 'Send this page to your friends';
}
if (window.taf_width == null || window.taf_width == '') {window.taf_width = 350}
if (window.taf_height == null || window.taf_height == '') {window.taf_height = 450}
if (window.taf_image != null && window.taf_image != '') {
document.write("")
} else {
document.write("" + window.taf_description + "")
}
} else {
if (window.taf_width == null) { window.taf_width = 350 }
if (window.taf_height == null) { window.taf_height = 450 }
if (window.taf_frameborder == null) { window.taf_frameborder = 0}
document.write("" +
""
)
}
}
function raf_openwin(url) {
var rafwin=window.open(
'//refer.referafriend.com/taf/' + window.taf_uid + '/' + window.taf_id + '/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();
}