﻿/// <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($) {
	var iframes = $('iframe');
	iframes.each(function(i, frame) {
		if ($(frame).hasClass('adcontrol')) {
			var src = $(frame).attr('url');
			$(frame).attr('src', src);
		}
	});
})(jQuery);