﻿// JScript File
$(document).ready(function()
{
   window.document.title="mindswarm - " + window.document.title;
 });

