﻿/// <reference path="Localization.locx.js" />
/// <reference path="SMSCentral.Utils.js" />

var SMSCentral = {};


String.prototype.repeat = function( num )
{
    return new Array( num + 1 ).join( this );
}
