﻿function FamilyFeud(props) {
    if (props == null) return;
    if (props.width == null) props.width = 520;
    if (props.height == null) props.height = 694;
    var html = '<iframe src="http://affiliate.familyfeud.com/highlights/?aid=' + props.affiliateid + '" width="' + props.width + '" height="' + props.height + '" frameborder="0" style="border-width:0px"></iframe>';
    document.write(html);
}