﻿/// <reference path="jquery-1.3.2-vsdoc.js" />

/*
Updates to this file must be run through the compressor at:
http://javascriptcompressor.com/
save output to accountinfo.min.js
*/

/*global $, jQuery, window, document, alert */

jQuery.Namespace.Register('jQuery.DSBO.AdControl');

(function($) {
	$(document).ready(function(e) {
		$('iframe.adcontrol').each(function(i) {
			$(this).attr('src', $(this).attr('url'));
		});
	});
})(jQuery);