Hi Michael,
I actually changed the min version of the script directly. Probably not the best way to go about it but it worked.
the section I changed in the tc-scripts.min.js was
{767>e?a("#main-wrapper .container .span3.tc-sidebar").insertAfter(f):i&&j?a(f).insertBefore(h):i?a(f).insertAfter(g):a(f).insertBefore(h)}
I replaced .insertAfter(f)
with .insertBefore(f)
and it seemed to do the trick.
Hope that helps. The 3rd suggestion that d4z_c0nf made is probably the "cleaner" way of doing things though.