function includeJS (jsFile)
{
    document.write('<script type="text/javascript" src="' + jsFile + '"></scr' + 'ipt>'); 
}

function shGetCookie( name ) {
	var start = document.cookie.indexOf( name + "=" );
	var len = start + name.length + 1;
	if ( ( !start ) &&
	( name != document.cookie.substring( 0, name.length ) ) )
	{
		return null;
	}
	if ( start == -1 ) return null;
	var end = document.cookie.indexOf( ";", len );
	if ( end == -1 ) end = document.cookie.length;
	return unescape( document.cookie.substring( len, end ) );
}

if (typeof jQuery == 'undefined') {
	includeJS('http://www.sharenator.com/js/jquery.js');
}

includeJS('http://www.sharenator.com/js/jquery.simplemodal.js');
includeJS('http://www.sharenator.com/js/hot_topics.js');
includeJS('http://www.sharenator.com/js/jquery.autocomplete.js');
includeJS('http://www.sharenator.com/js/jquery.meerkat.js');



if ($.cookie('development') != null) includeJS('http://www.sharenator.com/js/development.js')
    
if (shGetCookie('test') != null) includeJS('http://www.sharenator.com/js/test.js');
else includeJS('http://www.sharenator.com/js/posts_v4.7.js');
