(function ($) {
    $(
			function () {
			    var scripts = new Array("http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js");


			    $.code28.loadScripts(
					scripts,
					function () {
					    $(window).bind(
							"resize",
							function () {
							    $("#lines").height($(document).height());
							}
						);
					    $("#lines").height($(document).height());


					}
				);
			}
		);
}
)(jQuery);
