﻿$(document).ready(function(){
	$("div[src]").each(function(){
		$(this).load($(this).attr("src"));
	});
});
