/*----------------------------------------
TPTA Javascript
Last Updated: October 17, 2011
(c) 2011 Affiniscape, Inc.
All Rights Reserved. This JavaScript file must not be reproduced without the express written permission of Affiniscape, Inc.
For questions regarding licensing or setup please contact Affiniscape, projects @ affiniscape dot com
----------------------------------------*/

var j = jQuery.noConflict();
j(document).ready(function($){
    
    // Feed Widget
	$('#feed-widget').incFeedWidget({
		url: 'http://acndatafeeds.associationcareernetwork.com/jobsxml.aspx?abbr=pt.tx&format=rss&allgroup=y',
		items: 5
	});
						   
});

function incLogin() {
    var str = '<iframe id="iflogin" src="/cafe.cfm?act=member.showlogin&spanid=loginform" frameborder="0" width="0" height="0"></iframe>';
        str += '<span id="loginform">&nbsp;</span>';
    document.write(str);
}
