

var catalog_page = false;
var document_host = 'http://ocw.usu.edu';
var recs = [{"entry":{"recommendation_id":"1161654","collection":"GSDL","title":"Mathematics teachers and teaching","feed_id":1046823464,"relevance":"0.054779","dest_entry_id":"8654"}},{"entry":{"recommendation_id":"736314","collection":"UC Berkley","title":"9th Annual International Health Conference: War, Poverty and Population","feed_id":504987794,"relevance":"0.047385","dest_entry_id":"53335"}},{"entry":{"recommendation_id":"736312","collection":"MIT OCW","title":"Gender, Power, and International Development, Fall 2003","feed_id":488016088,"relevance":"0.045946","dest_entry_id":"66104"}},{"entry":{"recommendation_id":"736313","collection":"MIT OCW","title":"Political Economy of Development, Spring 2003","feed_id":488016088,"relevance":"0.040421","dest_entry_id":"65954"}},{"entry":{"recommendation_id":"736315","collection":"Calispher","title":"Dust Bowl Migration","feed_id":1047229352,"relevance":"0.039629","dest_entry_id":"56846"}}];
var app = "http://www.oerrecommender.org/"; 

document.write('<div class="oer_recommender_container">');
document.write('<div class="oer_recommender_title">Related Resources</div>');
document.write('<div class="oer_recommender_list">');
for(nRec = 0; nRec < recs.length; nRec++) {
	r = recs[nRec].entry;
    if (r == null) r = recs[nRec].attributes;
    if (r == null) r = recs[nRec];
	metadata_link = catalog_page && document_host == r.uri.substring(0, document_host.length);
	direct_link = metadata_link && r.direct_link;
	document.write('<p class="oer_recommender_item">');
	document.write('<a class="oer_recommender_recommendation_link" href="' + app + 'r?id=' + r.recommendation_id + (metadata_link ? "&target=metadata" : "") + '">' + r.title + ' (' + r.collection + ')</a>');
	if (direct_link) document.write(' <a class="oer_recommender_direct_link" href="' + app + 'r?id=' + r.recommendation_id + '&target=direct_link">[direct link]</a>');
	
	document.write('</a></p>');
}
document.write('</div>');	
document.write('<div class="oer_recommender_more_link"><a href="' + app + 'resources/56942">More Related Resources</a></div>');
document.write('</div>');	

