I'm trying to frame a whitelabel site with my own domain name. Does anyone know if I'll get away with this?

HTML Code:
<frameset rows="1, *" frameborder=0 framespacing=0 border=0>
<frame src="http://www.best-widget-deals.com" frameborder=0 framespacing=0 scrolling="no" name="blank" marginwidth=0 marginheight=0 border=0>
<frame src="http://best-widget-deals.realdomain.com.net" frameborder=0 framespacing=0 marginwidth=0 scrolling="auto" name="forum" border=0>
</frameset>
<noframes>Sorry, your browser does not support frames.</noframes>
It works well butI'm not sure if this is known to se's as cloaking

bottler