/**
 * @author boris
 */

$(document).ready(function(){
	$("#d_subscribe_form").load("forms/subscribe.html");
});

$(document).ready(function(){
	$("#e_subscribe_form").load("forms/register.html");
});
	
$(document).ready(function(){
	$("#f_subscribe_form").load("forms/subscribe.aspx");
});